Skip to content

Commit

Permalink
add more missing version specifications in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienGllmt committed Dec 21, 2023
1 parent b6fd622 commit cc8a371
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cml/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ edition = "2018"
crate-type = ["cdylib", "rlib"]

[dependencies]
cml-chain-wasm = { path = "../../chain/wasm" }
cml-cip25-wasm = { path = "../../cip25/wasm" }
cml-cip36-wasm = { path = "../../cip36/wasm" }
cml-crypto-wasm = { path = "../../crypto/wasm" }
cml-core-wasm = { path = "../../core/wasm" }
cml-chain-wasm = { path = "../../chain/wasm", version = "0.1.0" }
cml-cip25-wasm = { path = "../../cip25/wasm", version = "0.1.0" }
cml-cip36-wasm = { path = "../../cip36/wasm", version = "0.1.0" }
cml-crypto-wasm = { path = "../../crypto/wasm", version = "0.1.0" }
cml-core-wasm = { path = "../../core/wasm", version = "0.1.0" }
cbor_event = "2.4.0"
hex = "0.4.0"
linked-hash-map = "0.5.3"
Expand Down

0 comments on commit cc8a371

Please sign in to comment.