File tree 2 files changed +12
-3
lines changed
src/tools/wasm-component-ld
2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -5803,17 +5803,20 @@ checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d"
5803
5803
5804
5804
[[package ]]
5805
5805
name = " wasm-component-ld"
5806
- version = " 0.5.10 "
5806
+ version = " 0.5.11 "
5807
5807
source = " registry+https://github.com/rust-lang/crates.io-index"
5808
- checksum = " 4d4aa6bd7fbe7cffbed29fe3e236fda74419def1bdef6f80f989ec51137edf44 "
5808
+ checksum = " a2b05c3820968b335f10e703218459e4fd2cc91fdfc8f7936a993f1aacaa0938 "
5809
5809
dependencies = [
5810
5810
" anyhow" ,
5811
5811
" clap" ,
5812
5812
" lexopt" ,
5813
+ " libc" ,
5813
5814
" tempfile" ,
5814
5815
" wasi-preview1-component-adapter-provider" ,
5815
5816
" wasmparser 0.219.1" ,
5816
5817
" wat" ,
5818
+ " windows-sys 0.59.0" ,
5819
+ " winsplit" ,
5817
5820
" wit-component" ,
5818
5821
" wit-parser" ,
5819
5822
]
@@ -6185,6 +6188,12 @@ dependencies = [
6185
6188
" memchr" ,
6186
6189
]
6187
6190
6191
+ [[package ]]
6192
+ name = " winsplit"
6193
+ version = " 0.1.0"
6194
+ source = " registry+https://github.com/rust-lang/crates.io-index"
6195
+ checksum = " 3ab703352da6a72f35c39a533526393725640575bb211f61987a2748323ad956"
6196
+
6188
6197
[[package ]]
6189
6198
name = " wit-component"
6190
6199
version = " 0.219.1"
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ name = "wasm-component-ld"
10
10
path = " src/main.rs"
11
11
12
12
[dependencies ]
13
- wasm-component-ld = " 0.5.10 "
13
+ wasm-component-ld = " 0.5.11 "
You can’t perform that action at this time.
0 commit comments