Skip to content

Commit d79230c

Browse files
committed
Revert "Ran bump_version script."
This reverts commit d39d132.
1 parent d39d132 commit d79230c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

demo/protocol-demo/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithrildemo"
3-
version = "--package"
3+
version = "0.1.52"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
documentation = { workspace = true }
@@ -12,8 +12,8 @@ repository = { workspace = true }
1212
blake2 = "0.10.6"
1313
clap = { workspace = true }
1414
hex = { workspace = true }
15-
mithril-common = { path = "../../mithril-common" , version = "--package" }
16-
mithril-doc = { path = "../../internal/mithril-doc" , version = "--package" }
15+
mithril-common = { path = "../../mithril-common" }
16+
mithril-doc = { path = "../../internal/mithril-doc" }
1717
rand_chacha = { workspace = true }
1818
rand_core = { workspace = true }
1919
serde = { workspace = true }

0 commit comments

Comments
 (0)