Skip to content

Commit

Permalink
Use crates.io-based versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Oct 8, 2024
1 parent 312eee0 commit 2812ce6
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 22 deletions.
30 changes: 20 additions & 10 deletions Cargo.lock

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

12 changes: 0 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -531,15 +531,3 @@ opt-level = 's'
inherits = "release"
codegen-units = 1
lto = true

[patch.crates-io]
wasmparser = { git = 'https://github.com/bytecodealliance/wasm-tools', branch = 'ci/release-1.219.0' }
wasmprinter = { git = 'https://github.com/bytecodealliance/wasm-tools', branch = 'ci/release-1.219.0' }
wit-parser = { git = 'https://github.com/bytecodealliance/wasm-tools', branch = 'ci/release-1.219.0' }
wasm-encoder = { git = 'https://github.com/bytecodealliance/wasm-tools', branch = 'ci/release-1.219.0' }
wit-component = { git = 'https://github.com/bytecodealliance/wasm-tools', branch = 'ci/release-1.219.0' }
wasm-metadata = { git = 'https://github.com/bytecodealliance/wasm-tools', branch = 'ci/release-1.219.0' }
wat = { git = 'https://github.com/bytecodealliance/wasm-tools', branch = 'ci/release-1.219.0' }
wast = { git = 'https://github.com/bytecodealliance/wasm-tools', branch = 'ci/release-1.219.0' }
wasm-mutate = { git = 'https://github.com/bytecodealliance/wasm-tools', branch = 'ci/release-1.219.0' }
wasm-smith = { git = 'https://github.com/bytecodealliance/wasm-tools', branch = 'ci/release-1.219.0' }
48 changes: 48 additions & 0 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1909,6 +1909,12 @@ when = "2024-09-30"
user-id = 73222
user-login = "wasmtime-publish"

[[publisher.wasm-encoder]]
version = "0.219.0"
when = "2024-10-08"
user-id = 73222
user-login = "wasmtime-publish"

[[publisher.wasm-metadata]]
version = "0.214.0"
when = "2024-07-16"
Expand Down Expand Up @@ -1939,6 +1945,12 @@ when = "2024-09-30"
user-id = 73222
user-login = "wasmtime-publish"

[[publisher.wasm-metadata]]
version = "0.219.0"
when = "2024-10-08"
user-id = 73222
user-login = "wasmtime-publish"

[[publisher.wasmparser]]
version = "0.214.0"
when = "2024-07-16"
Expand Down Expand Up @@ -1969,6 +1981,12 @@ when = "2024-09-30"
user-id = 73222
user-login = "wasmtime-publish"

[[publisher.wasmparser]]
version = "0.219.0"
when = "2024-10-08"
user-id = 73222
user-login = "wasmtime-publish"

[[publisher.wasmprinter]]
version = "0.214.0"
when = "2024-07-16"
Expand Down Expand Up @@ -1999,6 +2017,12 @@ when = "2024-09-30"
user-id = 73222
user-login = "wasmtime-publish"

[[publisher.wasmprinter]]
version = "0.219.0"
when = "2024-10-08"
user-id = 73222
user-login = "wasmtime-publish"

[[publisher.wasmtime]]
version = "23.0.1"
when = "2024-07-22"
Expand Down Expand Up @@ -2449,6 +2473,12 @@ when = "2024-09-30"
user-id = 73222
user-login = "wasmtime-publish"

[[publisher.wast]]
version = "219.0.0"
when = "2024-10-08"
user-id = 73222
user-login = "wasmtime-publish"

[[publisher.wat]]
version = "1.214.0"
when = "2024-07-16"
Expand Down Expand Up @@ -2479,6 +2509,12 @@ when = "2024-09-30"
user-id = 73222
user-login = "wasmtime-publish"

[[publisher.wat]]
version = "1.219.0"
when = "2024-10-08"
user-id = 73222
user-login = "wasmtime-publish"

[[publisher.wiggle]]
version = "23.0.1"
when = "2024-07-22"
Expand Down Expand Up @@ -3006,6 +3042,12 @@ when = "2024-09-30"
user-id = 73222
user-login = "wasmtime-publish"

[[publisher.wit-component]]
version = "0.219.0"
when = "2024-10-08"
user-id = 73222
user-login = "wasmtime-publish"

[[publisher.wit-parser]]
version = "0.214.0"
when = "2024-07-16"
Expand Down Expand Up @@ -3036,6 +3078,12 @@ when = "2024-09-30"
user-id = 73222
user-login = "wasmtime-publish"

[[publisher.wit-parser]]
version = "0.219.0"
when = "2024-10-08"
user-id = 73222
user-login = "wasmtime-publish"

[[publisher.witx]]
version = "0.9.1"
when = "2021-06-22"
Expand Down

0 comments on commit 2812ce6

Please sign in to comment.