Skip to content

Commit

Permalink
deps: Upgrade edge-schema and edge-util crates
Browse files Browse the repository at this point in the history
  • Loading branch information
theduke committed Mar 21, 2024
1 parent 47db9a5 commit 602dec7
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 7 deletions.
34 changes: 29 additions & 5 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ webc = { version = "5.8.0", default-features = false, features = ["package"] }
shared-buffer = "0.1.4"
rkyv = { version = "0.7.40", features = ["indexmap", "validation", "strict"] }
memmap2 = { version = "0.6.2" }
edge-schema = { version = "=0.0.3" }
edge-schema = { version = "=0.1.0" }

[build-dependencies]
test-generator = { path = "tests/lib/test-generator" }
Expand Down
2 changes: 1 addition & 1 deletion lib/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ virtual-mio = { version = "0.3.0", path = "../virtual-io" }
webc = { workspace = true }
wasmer-api = { version = "=0.0.24", path = "../backend-api" }
edge-schema.workspace = true
edge-util = { version = "=0.0.2" }
edge-util = { version = "=0.1.0" }

# Used by the mount command

Expand Down

0 comments on commit 602dec7

Please sign in to comment.