Skip to content

Commit

Permalink
strum 0.25
Browse files Browse the repository at this point in the history
This does duplicate the syn dependency, unfortunately (v1 and v2). While there
may accordingly be a desired to not merge this, as syn is presumably a heavier
depend than strum, the only way the ecosystem will move forward is if
eventually people move to syn v2.
  • Loading branch information
kayabaNerve committed Nov 28, 2023
1 parent 4e9d718 commit 380e2be
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 15 deletions.
35 changes: 23 additions & 12 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions components/wasm-opt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ anyhow = "1.0.58"
libc = "0.2.126"
wasm-opt-sys = { path = "../wasm-opt-sys", version = "0.116.0", default-features = false }
wasm-opt-cxx-sys = { path = "../wasm-opt-cxx-sys", version = "0.116.0" }
strum = "0.24"
strum_macros = "0.24"
strum = "0.25"
strum_macros = "0.25"
thiserror = "1.0.32"
tempfile = "3.3.0"

[features]
default = ["dwarf"]
dwarf = ["wasm-opt-sys/dwarf"]
dwarf = ["wasm-opt-sys/dwarf"]

0 comments on commit 380e2be

Please sign in to comment.