Skip to content

Commit

Permalink
Prepare scarb-stable-hash for publishing (#1490)
Browse files Browse the repository at this point in the history
commit-id:56c1efe9

---

**Stack**:
- #1497
- #1496
- #1495
- #1494
- #1493
- #1492
- #1491
- #1490⚠️ *Part of a stack created by [spr](https://github.com/ejoffe/spr). Do
not merge manually using the UI - doing so may have unexpected results.*
  • Loading branch information
maciektr authored Jul 31, 2024
1 parent 28acde9 commit d9804be
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils/scarb-stable-hash/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "scarb-stable-hash"
version = "1.0.0"
edition.workspace = true
description = "Implementation of a hasher that produces the same values across Scarb releases"
readme = "README.md"
authors.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true
publish = false

[dependencies]
xxhash-rust.workspace = true
Expand Down
10 changes: 10 additions & 0 deletions utils/scarb-stable-hash/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Scarb Stable Hash

This crate provides only one function, implementation of a hasher that produces the same values across Scarb releases
The hasher should be fast and have a low chance of collisions (but is not sufficient for cryptographic purposes).

## Changelog

All notable changes to this project are documented on the [GitHub releases] page.

[github releases]: https://github.com/software-mansion/scarb/releases

0 comments on commit d9804be

Please sign in to comment.