Skip to content

Commit

Permalink
example deps
Browse files Browse the repository at this point in the history
  • Loading branch information
StuartHarris committed May 23, 2024
1 parent 1214ce9 commit 2af2c46
Show file tree
Hide file tree
Showing 13 changed files with 62 additions and 26 deletions.
4 changes: 4 additions & 0 deletions examples/bridge_echo/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/bridge_echo/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.86"
# crux_core = "0.7"
crux_core = { path = "../../crux_core" }
crux_core = "0.8"
# crux_core = { path = "../../crux_core" }
serde = "1.0.202"

[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.86"
# crux_core = "0.7"
# crux_http = "0.9"
# crux_kv = "0.2"
# crux_platform = "0.1"
# crux_time = { version = "0.4", 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.8"
crux_http = "0.9"
crux_kv = "0.4"
crux_platform = "0.1"
crux_time = { version = "0.4", 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"] }
serde = "1.0.202"

[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.86"
# crux_core = "0.7"
# crux_http = "0.9"
crux_core = { path = "../../crux_core" }
crux_http = { path = "../../crux_http" }
crux_core = "0.8"
crux_http = "0.9"
# crux_core = { path = "../../crux_core" }
# crux_http = { path = "../../crux_http" }
serde = "1.0.202"

[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.86"
# crux_core = "0.7"
crux_core = { path = "../../crux_core" }
crux_core = "0.8"
# crux_core = { path = "../../crux_core" }
serde = "1.0.202"

[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 = "0.7"
# crux_kv = "0.2"
crux_core = { path = "../../crux_core" }
crux_kv = { path = "../../crux_kv" }
crux_core = "0.8"
crux_kv = "0.4"
# crux_core = { path = "../../crux_core" }
# crux_kv = { path = "../../crux_kv" }
serde = "1.0"

[workspace.metadata.bin]
Expand Down
4 changes: 4 additions & 0 deletions examples/simple_counter/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/simple_counter/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.86"
# crux_core = "0.7"
crux_core = { path = "../../crux_core" }
crux_core = "0.8"
# crux_core = { path = "../../crux_core" }
serde = "1.0.202"

[workspace.metadata.bin]
Expand Down
4 changes: 2 additions & 2 deletions examples/tap_to_pay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ rust-version = "1.68"

[workspace.dependencies]
anyhow = "1.0.86"
# crux_core = "0.7"
crux_core = { path = "../../crux_core" }
crux_core = "0.8"
# crux_core = { path = "../../crux_core" }
serde = "1.0.202"

[workspace.metadata.bin]
Expand Down

0 comments on commit 2af2c46

Please sign in to comment.