Skip to content

Commit d9804be

Browse files
authored
Prepare scarb-stable-hash for publishing (#1490)
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.*
1 parent 28acde9 commit d9804be

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

utils/scarb-stable-hash/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "scarb-stable-hash"
33
version = "1.0.0"
4-
edition.workspace = true
4+
description = "Implementation of a hasher that produces the same values across Scarb releases"
5+
readme = "README.md"
56
authors.workspace = true
7+
edition.workspace = true
68
homepage.workspace = true
79
license.workspace = true
8-
readme.workspace = true
910
repository.workspace = true
10-
publish = false
1111

1212
[dependencies]
1313
xxhash-rust.workspace = true

utils/scarb-stable-hash/README.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Scarb Stable Hash
2+
3+
This crate provides only one function, implementation of a hasher that produces the same values across Scarb releases
4+
The hasher should be fast and have a low chance of collisions (but is not sufficient for cryptographic purposes).
5+
6+
## Changelog
7+
8+
All notable changes to this project are documented on the [GitHub releases] page.
9+
10+
[github releases]: https://github.com/software-mansion/scarb/releases

0 commit comments

Comments
 (0)