Skip to content

Commit

Permalink
lockfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
StuartHarris committed Oct 1, 2024
1 parent ce09e3c commit 18c1e36
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 7 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.

14 changes: 12 additions & 2 deletions 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/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rust-version = "1.66"
[workspace.dependencies]
anyhow = "1.0.89"
crux_core = "0.9.0"
crux_http = "0.10.0"
crux_http = "0.10.1"
crux_kv = "0.5.0"
crux_platform = "0.2.0"
crux_time = { version = "0.5.0", features = ["chrono"] }
Expand Down
14 changes: 12 additions & 2 deletions 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/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ rust-version = "1.66"
[workspace.dependencies]
anyhow = "1.0.89"
crux_core = "0.9.0"
crux_http = "0.10.0"
crux_http = "0.10.1"
serde = "1.0.210"

[workspace.metadata.bin]
Expand Down

0 comments on commit 18c1e36

Please sign in to comment.