Skip to content

Commit

Permalink
Update wit-component's bitflags dependency (#1123)
Browse files Browse the repository at this point in the history
Move to the 2.x.x track from the 1.x.x track.
  • Loading branch information
alexcrichton committed Jul 14, 2023
1 parent 8c7e3c5 commit 3948ae9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion crates/wit-component/Cargo.toml
Expand Up @@ -19,7 +19,7 @@ wasm-metadata = { workspace = true }
wit-parser = { workspace = true }
anyhow = { workspace = true }
log = "0.4.17"
bitflags = "1.3.2"
bitflags = "2.3.3"
indexmap = { workspace = true }
wat = { workspace = true, optional = true }

Expand Down
1 change: 1 addition & 0 deletions crates/wit-component/src/encoding.rs
Expand Up @@ -109,6 +109,7 @@ fn to_val_type(ty: &WasmType) -> ValType {
bitflags::bitflags! {
/// Options in the `canon lower` or `canon lift` required for a particular
/// function.
#[derive(Copy, Clone, Debug)]
pub struct RequiredOptions: u8 {
/// A memory must be specified, typically the "main module"'s memory
/// export.
Expand Down

0 comments on commit 3948ae9

Please sign in to comment.