Skip to content

Commit

Permalink
chore: merge branch 'main' into feat/versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
tqwewe committed Mar 27, 2022
2 parents ff217f1 + 0080411 commit 2f8400c
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 49 deletions.
4 changes: 2 additions & 2 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 @@ -23,7 +23,7 @@ rustdoc-args = ["--cfg", "docsrs"]
handlebars = { version = "4.2", optional = true }
heck = { version = "0.4", optional = true }
nom = { version = "7.1", features = ["alloc"] }
nom-supreme = "0.6"
nom-supreme = { version = "0.7", features = ["error"] }
serde = { version = "1.0", features = ["derive"] }
thiserror = "1.0"
wit-parser = { git = "https://github.com/bytecodealliance/wit-bindgen", optional = true }
Expand Down
89 changes: 44 additions & 45 deletions examples/bank-account-wasm/Cargo.lock

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

1 change: 0 additions & 1 deletion src/codegen/compiler/rust.rs
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,6 @@ impl RustTypeDerives for Scalar {
Scalar::Float => HashSet::from_iter([
Clone,
Copy,
Hash,
Debug,
Default,
PartialEq,
Expand Down

0 comments on commit 2f8400c

Please sign in to comment.