Skip to content

Commit

Permalink
update examples to newly published crates
Browse files Browse the repository at this point in the history
  • Loading branch information
StuartHarris committed Oct 23, 2024
1 parent 647a934 commit f7473c5
Show file tree
Hide file tree
Showing 13 changed files with 55 additions and 27 deletions.
4 changes: 2 additions & 2 deletions examples/bridge_echo/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/bridge_echo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
12 changes: 12 additions & 0 deletions examples/cat_facts/Cargo.lock

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

20 changes: 10 additions & 10 deletions examples/cat_facts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
6 changes: 6 additions & 0 deletions examples/counter/Cargo.lock

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

8 changes: 4 additions & 4 deletions examples/counter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 4 additions & 0 deletions examples/hello_world/Cargo.lock

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

4 changes: 2 additions & 2 deletions examples/hello_world/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
6 changes: 6 additions & 0 deletions examples/notes/Cargo.lock

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

8 changes: 4 additions & 4 deletions examples/notes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions examples/simple_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/simple_counter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion examples/tap_to_pay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit f7473c5

Please sign in to comment.