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 }
5
5
edition = { workspace = true }
6
6
repository = { workspace = true }
7
7
license = { workspace = true }
8
+ rust-version = { workspace = true }
8
9
homepage = ' https://github.com/bytecodealliance/wit-bindgen'
9
10
description = """
10
11
CLI tool to generate bindings for WIT documents and the component model.
@@ -18,6 +19,7 @@ edition = "2021"
18
19
version = " 0.44.0"
19
20
license = " Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
20
21
repository = " https://github.com/bytecodealliance/wit-bindgen"
22
+ rust-version = " 1.82.0"
21
23
22
24
[workspace .dependencies ]
23
25
anyhow = " 1.0.72"
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ version = { workspace = true }
5
5
edition = { workspace = true }
6
6
repository = { workspace = true }
7
7
license = { workspace = true }
8
+ rust-version = { workspace = true }
8
9
homepage = ' https://github.com/bytecodealliance/wit-bindgen'
9
10
description = """
10
11
C 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 }
5
5
edition = { workspace = true }
6
6
repository = { workspace = true }
7
7
license = { workspace = true }
8
+ rust-version = { workspace = true }
8
9
homepage = ' https://github.com/bytecodealliance/wit-bindgen'
9
10
description = """
10
11
Low-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"
3
3
authors = [
" Christof Petig <[email protected] >" ]
4
4
version = " 0.44.0"
5
5
edition.workspace = true
6
+ rust-version.workspace = true
6
7
repository = ' https://github.com/cpetig/wit-bindgen'
7
8
license = " Apache-2.0 WITH LLVM-exception"
8
9
description = """
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ version = { workspace = true }
5
5
edition = { workspace = true }
6
6
repository = { workspace = true }
7
7
license = { workspace = true }
8
+ rust-version = { workspace = true }
8
9
homepage = ' https://github.com/bytecodealliance/wit-bindgen'
9
10
description = """
10
11
C# 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 }
5
5
edition = { workspace = true }
6
6
repository = { workspace = true }
7
7
license = { workspace = true }
8
+ rust-version = { workspace = true }
8
9
homepage = ' https://github.com/bytecodealliance/wit-bindgen'
9
10
description = """
10
11
Rust 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 }
4
4
edition = { workspace = true }
5
5
repository = { workspace = true }
6
6
license = { workspace = true }
7
+ rust-version = { workspace = true }
7
8
homepage = ' https://github.com/bytecodealliance/wit-bindgen'
8
9
description = """
9
10
Markdown 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 }
5
5
edition = { workspace = true }
6
6
repository = { workspace = true }
7
7
license = { workspace = true }
8
+ rust-version = { workspace = true }
8
9
homepage = ' https://github.com/bytecodealliance/wit-bindgen'
9
10
description = """
10
11
MoonBit 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 }
5
5
edition = { workspace = true }
6
6
repository = { workspace = true }
7
7
license = { workspace = true }
8
+ rust-version = { workspace = true }
8
9
homepage = ' https://github.com/bytecodealliance/wit-bindgen'
9
10
description = """
10
11
Rust 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 }
4
4
edition = { workspace = true }
5
5
repository = { workspace = true }
6
6
license = { workspace = true }
7
+ rust-version = { workspace = true }
7
8
homepage = ' https://github.com/bytecodealliance/wit-bindgen'
8
9
description = """
9
- Backend of the `wit-bindgne test` subcommand
10
+ Backend of the `wit-bindgen test` subcommand
10
11
"""
11
12
readme = " README.md"
12
13
You can’t perform that action at this time.
0 commit comments