Skip to content

Commit

Permalink
add dep versions for schema
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronc committed Sep 19, 2024
1 parent deb1a77 commit 11b325f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust/schema/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ license.workspace = true
workspace = true

[dependencies]
ixc_message_api = { path = "../message_api" }
simple_time = { path = "../util/simple_time" }
ixc_message_api = { path = "../message_api", version = "0.0.1" }
simple_time = { path = "../util/simple_time", version = "0.0.1" }

[features]
default = ["address", "std"]
Expand Down

0 comments on commit 11b325f

Please sign in to comment.