Skip to content

Commit 80c160f

Browse files
committed
release 0.4.0
1 parent 98e844d commit 80c160f

File tree

11 files changed

+22
-22
lines changed

11 files changed

+22
-22
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ci-script/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "ci-script"
3-
version = "0.3.0"
4-
authors = ["Émile Grégoire <emile@stepfunc.io>"]
3+
version = "0.4.0"
4+
authors = ["Step Function I/O LLC <info@stepfunc.io>"]
55
edition = "2021"
66

77
[dependencies]

generators/c-oo-bindgen/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "c-oo-bindgen"
3-
version = "0.3.0"
4-
authors = ["Émile Grégoire <emile@stepfunc.io>"]
3+
version = "0.4.0"
4+
authors = ["Step Function I/O LLC <info@stepfunc.io>"]
55
edition = "2021"
66

77
[dependencies]

generators/dotnet-oo-bindgen/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "dotnet-oo-bindgen"
3-
version = "0.3.0"
4-
authors = ["Émile Grégoire <emile@stepfunc.io>"]
3+
version = "0.4.0"
4+
authors = ["Step Function I/O LLC <info@stepfunc.io>"]
55
edition = "2021"
66

77
[dependencies]

generators/java-oo-bindgen/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "java-oo-bindgen"
3-
version = "0.3.0"
4-
authors = ["Émile Grégoire <emile@stepfunc.io>"]
3+
version = "0.4.0"
4+
authors = ["Step Function I/O LLC <info@stepfunc.io>"]
55
edition = "2021"
66

77
[dependencies]

generators/rust-oo-bindgen/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rust-oo-bindgen"
3-
version = "0.3.0"
4-
authors = ["Émile Grégoire <emile@stepfunc.io>"]
3+
version = "0.4.0"
4+
authors = ["Step Function I/O LLC <info@stepfunc.io>"]
55
edition = "2021"
66

77
[dependencies]

oo-bindgen/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "oo-bindgen"
3-
version = "0.3.0"
4-
authors = ["Step Function I/O LLC <emile@stepfunc.io>"]
3+
version = "0.4.0"
4+
authors = ["Step Function I/O LLC <info@stepfunc.io>"]
55
edition = "2021"
66

77
[dependencies]

tests/foo-bindings/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "foo-bindings"
33
version = "0.1.0"
4-
authors = ["Émile Grégoire <emile@stepfunc.io>"]
4+
authors = ["Step Function I/O LLC <info@stepfunc.io>"]
55
edition = "2021"
66

77
[dependencies]

tests/foo-ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "foo-ffi"
33
version = "0.1.0"
4-
authors = ["Émile Grégoire <emile@stepfunc.io>"]
4+
authors = ["Step Function I/O LLC <info@stepfunc.io>"]
55
edition = "2021"
66

77
[lib]

tests/foo-schema/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "foo-schema"
33
version = "0.1.0"
4-
authors = ["Émile Grégoire <emile@stepfunc.io>"]
4+
authors = ["Step Function I/O LLC <info@stepfunc.io>"]
55
edition = "2021"
66

77
[dependencies]

0 commit comments

Comments
 (0)