Skip to content

Commit

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

[dependencies]
ixc_message_api = { path = "../message_api" }
ixc_schema = { path = "../schema" }
ixc_message_api = { path = "../message_api", version = "0.0.1" }
ixc_schema = { path = "../schema", version = "0.0.1" }

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

0 comments on commit f10b2b3

Please sign in to comment.