diff --git a/examples/bridge_echo/Cargo.lock b/examples/bridge_echo/Cargo.lock index 6eec6c82..de87d150 100644 --- a/examples/bridge_echo/Cargo.lock +++ b/examples/bridge_echo/Cargo.lock @@ -447,9 +447,9 @@ checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" [[package]] name = "crux_core" -version = "0.9.1" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7254d2fca79de45e1e595fa7d32a0d3d8bfec85ee02b250cc216af6b7f01162" +checksum = "8f75113534c69c87a62c86ff4d1812848b4bd0f581fc3444669ddfd3f0b0bbfb" dependencies = [ "anyhow", "bincode", diff --git a/examples/bridge_echo/Cargo.toml b/examples/bridge_echo/Cargo.toml index ed75dfd4..e472075c 100644 --- a/examples/bridge_echo/Cargo.toml +++ b/examples/bridge_echo/Cargo.toml @@ -12,7 +12,7 @@ rust-version = "1.66" [workspace.dependencies] anyhow = "1.0.91" -crux_core = "0.9.1" +crux_core = "0.10.0" serde = "1.0.213" [workspace.metadata.bin] diff --git a/examples/cat_facts/Cargo.lock b/examples/cat_facts/Cargo.lock index 4f1eed42..49e70c59 100644 --- a/examples/cat_facts/Cargo.lock +++ b/examples/cat_facts/Cargo.lock @@ -428,6 +428,8 @@ checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" [[package]] name = "crux_core" version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f75113534c69c87a62c86ff4d1812848b4bd0f581fc3444669ddfd3f0b0bbfb" dependencies = [ "anyhow", "bincode", @@ -446,6 +448,8 @@ dependencies = [ [[package]] name = "crux_http" version = "0.10.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3ff732ed9d503540497ff8c37edc8a174862624609a38daeeeb7a4f63303b3a2" dependencies = [ "anyhow", "async-trait", @@ -466,6 +470,8 @@ dependencies = [ [[package]] name = "crux_kv" version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fcef461b69be0ea0dca8684d0f3084765f76aa5bdf6e90462b2b3488e4db12fd" dependencies = [ "anyhow", "crux_core", @@ -477,6 +483,8 @@ dependencies = [ [[package]] name = "crux_macros" version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6628a214f3754bdea8f05bf9ebbe62cd6bff48f7a4bea52ecb14cbd1743484ad" dependencies = [ "darling", "proc-macro-error", @@ -488,6 +496,8 @@ dependencies = [ [[package]] name = "crux_platform" version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e190b506514b27b83cee47ffbfaa3d4d3b75a799ed2978942c8315af0b8f390e" dependencies = [ "crux_core", "serde", @@ -496,6 +506,8 @@ dependencies = [ [[package]] name = "crux_time" version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ebf9199fa946fbf8e5013bf7a6d458604c095c45572a3acb2d1f6154e52b7be7" dependencies = [ "chrono", "crux_core", diff --git a/examples/cat_facts/Cargo.toml b/examples/cat_facts/Cargo.toml index 043099d4..ecea0a5a 100644 --- a/examples/cat_facts/Cargo.toml +++ b/examples/cat_facts/Cargo.toml @@ -12,16 +12,16 @@ rust-version = "1.66" [workspace.dependencies] anyhow = "1.0.91" -crux_core = { path = "../../crux_core" } -crux_http = { path = "../../crux_http" } -crux_kv = { path = "../../crux_kv" } -crux_platform = { path = "../../crux_platform" } -crux_time = { path = "../../crux_time", features = ["chrono"] } -# crux_core = "0.9.1" -# crux_http = "0.10.2" -# crux_kv = "0.5.1" -# crux_platform = "0.2.1" -# crux_time = { version = "0.5.1", features = ["chrono"] } +# crux_core = { path = "../../crux_core" } +# crux_http = { path = "../../crux_http" } +# crux_kv = { path = "../../crux_kv" } +# crux_platform = { path = "../../crux_platform" } +# crux_time = { path = "../../crux_time", features = ["chrono"] } +crux_core = "0.10.0" +crux_http = "0.10.3" +crux_kv = "0.5.2" +crux_platform = "0.2.2" +crux_time = { version = "0.6.0", features = ["chrono"] } serde = "1.0.213" [workspace.metadata.bin] diff --git a/examples/counter/Cargo.lock b/examples/counter/Cargo.lock index 0224d233..e5718319 100644 --- a/examples/counter/Cargo.lock +++ b/examples/counter/Cargo.lock @@ -1013,6 +1013,8 @@ checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" [[package]] name = "crux_core" version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f75113534c69c87a62c86ff4d1812848b4bd0f581fc3444669ddfd3f0b0bbfb" dependencies = [ "anyhow", "bincode", @@ -1031,6 +1033,8 @@ dependencies = [ [[package]] name = "crux_http" version = "0.10.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3ff732ed9d503540497ff8c37edc8a174862624609a38daeeeb7a4f63303b3a2" dependencies = [ "anyhow", "async-trait", @@ -1051,6 +1055,8 @@ dependencies = [ [[package]] name = "crux_macros" version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6628a214f3754bdea8f05bf9ebbe62cd6bff48f7a4bea52ecb14cbd1743484ad" dependencies = [ "darling", "proc-macro-error", diff --git a/examples/counter/Cargo.toml b/examples/counter/Cargo.toml index dffd0309..0dbfa0f9 100644 --- a/examples/counter/Cargo.toml +++ b/examples/counter/Cargo.toml @@ -20,10 +20,10 @@ rust-version = "1.66" [workspace.dependencies] anyhow = "1.0.91" -crux_core = { path = "../../crux_core" } -crux_http = { path = "../../crux_http" } -# crux_core = "0.9.1" -# crux_http = "0.10.2" +# crux_core = { path = "../../crux_core" } +# crux_http = { path = "../../crux_http" } +crux_core = "0.10.0" +crux_http = "0.10.3" serde = "1.0.213" [workspace.metadata.bin] diff --git a/examples/hello_world/Cargo.lock b/examples/hello_world/Cargo.lock index 1e606b55..65e58a63 100644 --- a/examples/hello_world/Cargo.lock +++ b/examples/hello_world/Cargo.lock @@ -242,6 +242,8 @@ checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" [[package]] name = "crux_core" version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f75113534c69c87a62c86ff4d1812848b4bd0f581fc3444669ddfd3f0b0bbfb" dependencies = [ "anyhow", "bincode", @@ -260,6 +262,8 @@ dependencies = [ [[package]] name = "crux_macros" version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6628a214f3754bdea8f05bf9ebbe62cd6bff48f7a4bea52ecb14cbd1743484ad" dependencies = [ "darling", "proc-macro-error", diff --git a/examples/hello_world/Cargo.toml b/examples/hello_world/Cargo.toml index 713604f8..310028ac 100644 --- a/examples/hello_world/Cargo.toml +++ b/examples/hello_world/Cargo.toml @@ -12,8 +12,8 @@ rust-version = "1.66" [workspace.dependencies] anyhow = "1.0.91" -crux_core = { path = "../../crux_core" } -# crux_core = "0.9.1" +# crux_core = { path = "../../crux_core" } +crux_core = "0.10.0" serde = "1.0.213" [workspace.metadata.bin] diff --git a/examples/notes/Cargo.lock b/examples/notes/Cargo.lock index c902da77..4c8fd1b3 100644 --- a/examples/notes/Cargo.lock +++ b/examples/notes/Cargo.lock @@ -301,6 +301,8 @@ checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" [[package]] name = "crux_core" version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f75113534c69c87a62c86ff4d1812848b4bd0f581fc3444669ddfd3f0b0bbfb" dependencies = [ "anyhow", "bincode", @@ -319,6 +321,8 @@ dependencies = [ [[package]] name = "crux_kv" version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fcef461b69be0ea0dca8684d0f3084765f76aa5bdf6e90462b2b3488e4db12fd" dependencies = [ "anyhow", "crux_core", @@ -330,6 +334,8 @@ dependencies = [ [[package]] name = "crux_macros" version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6628a214f3754bdea8f05bf9ebbe62cd6bff48f7a4bea52ecb14cbd1743484ad" dependencies = [ "darling", "proc-macro-error", diff --git a/examples/notes/Cargo.toml b/examples/notes/Cargo.toml index 64b99285..cb768545 100644 --- a/examples/notes/Cargo.toml +++ b/examples/notes/Cargo.toml @@ -12,10 +12,10 @@ rust-version = "1.66" [workspace.dependencies] anyhow = "1.0" -crux_core = { path = "../../crux_core" } -crux_kv = { path = "../../crux_kv" } -# crux_core = "0.9.1" -# crux_kv = "0.5.1" +# crux_core = { path = "../../crux_core" } +# crux_kv = { path = "../../crux_kv" } +crux_core = "0.10.0" +crux_kv = "0.5.2" serde = "1.0" [workspace.metadata.bin] diff --git a/examples/simple_counter/Cargo.lock b/examples/simple_counter/Cargo.lock index 3ea1bf48..8cc8036b 100644 --- a/examples/simple_counter/Cargo.lock +++ b/examples/simple_counter/Cargo.lock @@ -503,9 +503,9 @@ checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" [[package]] name = "crux_core" -version = "0.9.1" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7254d2fca79de45e1e595fa7d32a0d3d8bfec85ee02b250cc216af6b7f01162" +checksum = "8f75113534c69c87a62c86ff4d1812848b4bd0f581fc3444669ddfd3f0b0bbfb" dependencies = [ "anyhow", "bincode", diff --git a/examples/simple_counter/Cargo.toml b/examples/simple_counter/Cargo.toml index 9ecd431f..899b98b0 100644 --- a/examples/simple_counter/Cargo.toml +++ b/examples/simple_counter/Cargo.toml @@ -12,7 +12,7 @@ rust-version = "1.66" [workspace.dependencies] anyhow = "1.0.91" -crux_core = "0.9" +crux_core = "0.10" serde = "1.0.213" [workspace.metadata.bin] diff --git a/examples/tap_to_pay/Cargo.toml b/examples/tap_to_pay/Cargo.toml index 1ad24d84..5252e7ca 100644 --- a/examples/tap_to_pay/Cargo.toml +++ b/examples/tap_to_pay/Cargo.toml @@ -10,7 +10,7 @@ rust-version = "1.68" [workspace.dependencies] anyhow = "1.0.91" -crux_core = "0.9.1" +crux_core = "0.10.0" serde = "1.0.213" [workspace.metadata.bin]