Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronc committed Sep 19, 2024
1 parent a7d3f54 commit 1830d78
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ package_root!(MyAccountHandler, MyModuleHandler);
## Testing

It is recommended that all account and module handlers write unit tests.
The `ixc_testing` framework can be used for this purpose.
The [`ixc_testing`](https://docs.rs/ixc_testing) framework can be used for this purpose.

## Advanced Usage

Expand Down
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", version = "0.0.1" }
ixc_schema = { path = "../schema", version = "0.0.1" }
ixc_message_api = { path = "../message_api", version = "0.0.2" }
ixc_schema = { path = "../schema", version = "0.0.2" }

[features]
default = ["std"]
Expand Down
2 changes: 1 addition & 1 deletion rust/schema/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license.workspace = true
workspace = true

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

[features]
Expand Down
4 changes: 2 additions & 2 deletions rust/state_objects/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ repository.workspace = true
license.workspace = true

[dependencies]
ixc_core = { path = "../core", version = "0.0.1" }
ixc_schema = { path = "../schema", version = "0.0.1" }
ixc_core = { path = "../core", version = "0.0.2" }
ixc_schema = { path = "../schema", version = "0.0.2" }
simple_time = { path = "../util/simple_time", version = "0.0.1" }
thiserror = "1.0.63"

Expand Down

0 comments on commit 1830d78

Please sign in to comment.