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 2ff9eeb commit b4ad5c1
Show file tree
Hide file tree
Showing 4 changed files with 33 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
2 changes: 2 additions & 0 deletions lib/cli/src/commands/app/create.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ impl AppCreator {
volumes: None,
domains: None,
owner: None,
scaling: None,
package: edge_schema::schema::StringWebcIdent(edge_schema::schema::WebcIdent {
repository: None,
namespace: self.owner,
Expand Down Expand Up @@ -343,6 +344,7 @@ impl AppCreator {
volumes: None,
name,
env: Default::default(),
scaling: None,
// CLI args are only set for JS and Py workers for now.
cli_args,
// TODO: allow setting the description.
Expand Down

0 comments on commit b4ad5c1

Please sign in to comment.