Skip to content

Commit

Permalink
crux_core v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StuartHarris committed Jul 5, 2023
1 parent 4ce097f commit 936c1e6
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crux_http/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "crux_http"
description = "HTTP capability for use with crux_core"
version = "0.3.2"
version = "0.4.0"
readme = "README.md"
authors.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion examples/cat_facts/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/cat_facts/shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ typegen = ["crux_core/typegen"]
anyhow.workspace = true
bincode = "1.3.3"
crux_core = { version = "0.6", path = "../../../crux_core" }
crux_http = { version = "0.3", path = "../../../crux_http" }
crux_http = { version = "0.4", path = "../../../crux_http" }
crux_kv = { version = "0.1", path = "../../../crux_kv" }
crux_macros = { version = "0.3", path = "../../../crux_macros" }
crux_platform = { version = "0.1", path = "../../../crux_platform" }
Expand Down
2 changes: 1 addition & 1 deletion examples/cat_facts/shared_types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ anyhow.workspace = true
crux_core = { version = "0.6", path = "../../../crux_core", features = [
"typegen"
] }
crux_http = { version = "0.3", path = "../../../crux_http" }
crux_http = { version = "0.4", path = "../../../crux_http" }
crux_kv = { version = "0.1", path = "../../../crux_kv" }
crux_platform = { version = "0.1", path = "../../../crux_platform" }
crux_time = { version = "0.1", path = "../../../crux_time" }
Expand Down
2 changes: 1 addition & 1 deletion examples/counter/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/counter/shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ async-std = "1.12.0"
bincode = "1.3.3"
chrono = "0.4.26"
crux_core = { version = "0.6", path = "../../../crux_core" }
crux_http = { version = "0.3", path = "../../../crux_http" }
crux_http = { version = "0.4", path = "../../../crux_http" }
crux_macros = { version = "0.3", path = "../../../crux_macros" }
derive_more = "0.99.17"
futures = "0.3.28"
Expand Down
2 changes: 1 addition & 1 deletion examples/counter/shared_types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ anyhow.workspace = true
crux_core = { version = "0.6", path = "../../../crux_core", features = [
"typegen"
] }
crux_http = { version = "0.3", path = "../../../crux_http" }
crux_http = { version = "0.4", path = "../../../crux_http" }
crux_kv = { version = "0.1", path = "../../../crux_kv" }
crux_platform = { version = "0.1", path = "../../../crux_platform" }
crux_time = { version = "0.1", path = "../../../crux_time" }
Expand Down

0 comments on commit 936c1e6

Please sign in to comment.