Skip to content

Commit a6a96fe

Browse files
committed
chore(stm): bump to next minor version '0.5.0'
1 parent 36b9a6e commit a6a96fe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mithril-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ kes-summed-ed25519 = { version = "0.2.1", features = [
5050
"serde_enabled",
5151
"sk_clone_enabled",
5252
] }
53-
mithril-stm = { path = "../mithril-stm", version = "=0.4", default-features = false }
53+
mithril-stm = { path = "../mithril-stm", version = ">=0.4", default-features = false }
5454
nom = "8.0.0"
5555
rand_chacha = { workspace = true }
5656
rand_core = { workspace = true }

mithril-stm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-stm"
3-
version = "0.4.12"
3+
version = "0.5.0"
44
edition = { workspace = true }
55
authors = { workspace = true }
66
homepage = { workspace = true }

0 commit comments

Comments
 (0)