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 7648e03 commit c6c40bf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ members = [
]

[workspace.package]
version = "0.0.1"
version = "0.0.2"
repository = "https://github.com/cosmos/cosmos-sdk"
license = "Apache-2.0"

Expand All @@ -31,14 +31,14 @@ repository.workspace = true
license.workspace = true

[dependencies]
ixc_core = { path = "core", version = "0.0.1" }
ixc_schema = { path = "schema", version = "0.0.1" }
ixc_message_api = { path = "message_api", version = "0.0.1" }
state_objects = { path = "state_objects", version = "0.0.1" }
ixc_core = { path = "core", version = "0.0.2" }
ixc_schema = { path = "schema", version = "0.0.2" }
ixc_message_api = { path = "message_api", version = "0.0.2" }
state_objects = { path = "state_objects", version = "0.0.2" }
simple_time = { path = "util/simple_time", version = "0.0.1" }
ixc_core_macros = { path = "core_macros", version = "0.0.1" }
ixc_schema_macros = { path = "schema_macros", version = "0.0.1" }
state_objects_macros = { path = "state_objects_macros", version = "0.0.1" }
ixc_core_macros = { path = "core_macros", version = "0.0.2" }
ixc_schema_macros = { path = "schema_macros", version = "0.0.2" }
state_objects_macros = { path = "state_objects_macros", version = "0.0.2" }

[dev-dependencies]
ixc_testing = { path = "testing", version = "0.0.1" }
Expand Down
2 changes: 1 addition & 1 deletion rust/util/simple_time/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "simple_time"
edition = "2021"
description = "A simple time i128 nano-second precision time library"
version.workspace = true
version = "0.0.1"
repository.workspace = true
license.workspace = true

Expand Down

0 comments on commit c6c40bf

Please sign in to comment.