File tree Expand file tree Collapse file tree 10 files changed +12
-1
lines changed Expand file tree Collapse file tree 10 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ version = { workspace = true }
55edition = { workspace = true }
66repository = { workspace = true }
77license = { workspace = true }
8+ rust-version = { workspace = true }
89homepage = ' https://github.com/bytecodealliance/wit-bindgen'
910description = """
1011CLI tool to generate bindings for WIT documents and the component model.
@@ -18,6 +19,7 @@ edition = "2021"
1819version = " 0.44.0"
1920license = " Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
2021repository = " https://github.com/bytecodealliance/wit-bindgen"
22+ rust-version = " 1.82.0"
2123
2224[workspace .dependencies ]
2325anyhow = " 1.0.72"
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ version = { workspace = true }
55edition = { workspace = true }
66repository = { workspace = true }
77license = { workspace = true }
8+ rust-version = { workspace = true }
89homepage = ' https://github.com/bytecodealliance/wit-bindgen'
910description = """
1011C bindings generator for WIT and the component model, typically used through the
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ version = { workspace = true }
55edition = { workspace = true }
66repository = { workspace = true }
77license = { workspace = true }
8+ rust-version = { workspace = true }
89homepage = ' https://github.com/bytecodealliance/wit-bindgen'
910description = """
1011Low-level support for bindings generation based on WIT files for use with
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name = "wit-bindgen-cpp"
33authors = [" Christof Petig <christof.petig@arcor.de>" ]
44version = " 0.44.0"
55edition.workspace = true
6+ rust-version.workspace = true
67repository = ' https://github.com/cpetig/wit-bindgen'
78license = " Apache-2.0 WITH LLVM-exception"
89description = """
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ version = { workspace = true }
55edition = { workspace = true }
66repository = { workspace = true }
77license = { workspace = true }
8+ rust-version = { workspace = true }
89homepage = ' https://github.com/bytecodealliance/wit-bindgen'
910description = """
1011C# bindings generator for WIT and the component model, typically used
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ version = { workspace = true }
55edition = { workspace = true }
66repository = { workspace = true }
77license = { workspace = true }
8+ rust-version = { workspace = true }
89homepage = ' https://github.com/bytecodealliance/wit-bindgen'
910description = """
1011Rust bindings generator and runtime support for WIT and the component model.
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ version = { workspace = true }
44edition = { workspace = true }
55repository = { workspace = true }
66license = { workspace = true }
7+ rust-version = { workspace = true }
78homepage = ' https://github.com/bytecodealliance/wit-bindgen'
89description = """
910Markdown generator for WIT and the component model, typically used
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ version = { workspace = true }
55edition = { workspace = true }
66repository = { workspace = true }
77license = { workspace = true }
8+ rust-version = { workspace = true }
89homepage = ' https://github.com/bytecodealliance/wit-bindgen'
910description = """
1011MoonBit bindings generator for WIT and the component model, typically used
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ version = { workspace = true }
55edition = { workspace = true }
66repository = { workspace = true }
77license = { workspace = true }
8+ rust-version = { workspace = true }
89homepage = ' https://github.com/bytecodealliance/wit-bindgen'
910description = """
1011Rust bindings generator for WIT and the component model, typically used through
Original file line number Diff line number Diff line change @@ -4,9 +4,10 @@ version = { workspace = true }
44edition = { workspace = true }
55repository = { workspace = true }
66license = { workspace = true }
7+ rust-version = { workspace = true }
78homepage = ' https://github.com/bytecodealliance/wit-bindgen'
89description = """
9- Backend of the `wit-bindgne test` subcommand
10+ Backend of the `wit-bindgen test` subcommand
1011"""
1112readme = " README.md"
1213
You can’t perform that action at this time.
0 commit comments