Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
A note: this adds serde to the lockfile, but it is not actually used. This
is caused by rust-lang/cargo#10801.
  • Loading branch information
rpjohnst committed Nov 12, 2022
1 parent b11b686 commit 9534c25
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 36 deletions.
60 changes: 26 additions & 34 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 gml/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ edition = "2021"
[dependencies]
gml-meta = { path = "meta" }
project = { path = "../project" }
bstr = { version = "0.2", default-features = false }
bstr = { version = "1.0", default-features = false }
2 changes: 1 addition & 1 deletion runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
gml = { path = "../gml" }
project = { path = "../project" }
atlas = { path = "atlas" }
bstr = { version = "0.2", default-features = false, features = ["std"] }
bstr = { version = "1.0", default-features = false, features = ["alloc"] }

[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm = { path = "wasm" }
Expand Down

0 comments on commit 9534c25

Please sign in to comment.