Skip to content

Commit cb4ea74

Browse files
committed
fix codegen tests
Signed-off-by: Joel Dice <[email protected]>
1 parent cb3eb23 commit cb4ea74

File tree

3 files changed

+374
-231
lines changed

3 files changed

+374
-231
lines changed

crates/go/Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[package]
22
name = "wit-bindgen-go"
33
edition = "2024"
4-
version.workspace = true
5-
license.workspace = true
6-
repository.workspace = true
4+
version = { workspace = true }
5+
repository = { workspace = true }
6+
license = { workspace = true }
77
rust-version = "1.85.0"
8+
publish = false
89

910
[dependencies]
1011
wit-bindgen-core = { workspace = true }

0 commit comments

Comments
 (0)