Skip to content

Commit

Permalink
refactor version resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
macovedj committed Nov 29, 2023
1 parent 96a0c9a commit dd0007b
Show file tree
Hide file tree
Showing 5 changed files with 331 additions and 269 deletions.
109 changes: 82 additions & 27 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ ptree = "0.4.0"
async-recursion = "1.0.4"
indexmap.workspace = true
semver.workspace = true
sha256 = "1.4.0"

[dev-dependencies]
reqwest = { workspace = true }
Expand Down Expand Up @@ -136,9 +137,8 @@ chrono = "0.4.26"
regex = "1"
protox = "0.4.1"
toml = "0.7.6"
#wasmparser = { path = "../wasm-tools/crates/wasmparser" }
#wasm-encoder = { path = "../wasm-tools/crates/wasm-encoder" }
wasm-compose = { path = "../wasm-tools/crates/wasm-compose" }
wasmparser = "0.116.0"
wasmparser = { path = "../wasm-tools/crates/wasmparser" }
#wasmparser = "0.116.0"
wasm-encoder = "0.36.1"
wasm-compose = { path = "../mine/wasm-tools/crates/wasm-compose" }
#wasm-compose = "0.4.12"
Loading

0 comments on commit dd0007b

Please sign in to comment.