Skip to content

Commit e90e9bd

Browse files
committed
Update local crate dependencies for crates being published
1 parent 0070d04 commit e90e9bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mithril-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ chrono = { version = "0.4.31", features = ["serde"] }
2121
flate2 = "1.0.27"
2222
flume = "0.11.0"
2323
futures = "0.3.28"
24-
mithril-common = { path = "../mithril-common", version = "0.2.133" }
24+
mithril-common = { path = "../mithril-common", version = "0.2" }
2525
reqwest = { version = "0.11.22", features = ["json", "stream"] }
2626
semver = "1.0.19"
2727
serde = { version = "1.0.188", features = ["derive"] }

mithril-common/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ warp = { version = "0.3.6", optional = true }
6262

6363
[target.'cfg(not(windows))'.dependencies]
6464
# non-windows: use default rug backend
65-
mithril-stm = { path = "../mithril-stm", version = "0.3.8" }
65+
mithril-stm = { path = "../mithril-stm", version = "0.3" }
6666

6767
[target.'cfg(windows)'.dependencies]
6868
# Windows doesn't support rug backend, fallback to num-integer
69-
mithril-stm = { path = "../mithril-stm", version = "0.3.8", default-features = false, features = [
69+
mithril-stm = { path = "../mithril-stm", version = "0.3", default-features = false, features = [
7070
"num-integer-backend",
7171
] }
7272

0 commit comments

Comments
 (0)