Skip to content

Commit

Permalink
Merge pull request #4317 from webmaster128/enumset-bump
Browse files Browse the repository at this point in the history
Bump min enumset version to 1.1.0
  • Loading branch information
syrusakbary authored Nov 20, 2023
2 parents 3fe59ef + 51cd5c0 commit 8078169
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ rust-version = "1.70"
version = "4.2.3"

[workspace.dependencies]
enumset = "1.1.0"
memoffset = "0.9.0"
wasmer-toml = "0.9.2"
webc = { version = "5.8.0", default-features = false, features = ["package"] }
Expand Down
2 changes: 1 addition & 1 deletion lib/c-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ wasmer-types = { version = "=4.2.3", path = "../types" }
wasmer-wasix = { version = "0.16.0", path = "../wasix", features = ["host-fs", "host-vnet"], optional = true }
webc = { version = "5.0", optional = true }
virtual-fs = { version = "0.9.0", path = "../virtual-fs", optional = true, default-features = false, features = ["static-fs"] }
enumset = "1.0.2"
enumset.workspace = true
cfg-if = "1.0"
lazy_static = "1.4"
libc = { version = "^0.2", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion lib/compiler-singlepass/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ wasmer-compiler = { path = "../compiler", version = "=4.2.3", features = ["trans
wasmer-types = { path = "../types", version = "=4.2.3", default-features = false, features = ["std"] }
hashbrown = { version = "0.11", optional = true }
gimli = { version = "0.26", optional = true }
enumset = "1.0.2"
enumset.workspace = true
more-asserts = "0.2"
dynasm = "1.2.3"
dynasmrt = "1.2.3"
Expand Down
2 changes: 1 addition & 1 deletion lib/compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ version.workspace = true
wasmer-types = { path = "../types", version = "=4.2.3", default-features = false }
wasmer-object = { path = "../object", version = "=4.2.3", optional = true }
wasmparser = { version = "0.95", optional = true, default-features = false }
enumset = "1.0.2"
enumset.workspace = true
hashbrown = { version = "0.11", optional = true }
serde = { version = "1.0", features = ["derive"], optional = true }
thiserror = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ indexmap = { version = "1.6" }
rkyv = { version = "0.7.40", features = ["indexmap", "validation", "strict"] }
enum-iterator = "0.7.0"
target-lexicon = { version = "0.12.2", default-features = false }
enumset = "1.0"
enumset.workspace = true
bytecheck = "0.6.8"

[dev-dependencies]
Expand Down

0 comments on commit 8078169

Please sign in to comment.