Skip to content

Commit 244f934

Browse files
committed
bump 0.7.14
1 parent a22696f commit 244f934

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ members = [
1111
rust-version = "1.65"
1212

1313
[workspace.dependencies.ipmb]
14-
version = "0.7.6"
14+
version = "0.7.14"
1515
path = "ipmb"
1616

1717
[workspace.dependencies.ipmb-derive]

ipmb-ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ipmb-ffi"
3-
version = "0.7.8"
3+
version = "0.7.14"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

ipmb-js/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ipmb-js"
3-
version = "0.7.13"
3+
version = "0.7.14"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

ipmb-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipmb-js",
3-
"version": "0.7.13",
3+
"version": "0.7.14",
44
"description": "ipmb-js",
55
"keywords": [
66
"ipmb",

ipmb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "ipmb"
33
description = "Inter-process message bus"
4-
version = "0.7.6"
4+
version = "0.7.14"
55
authors = ["ipmb developers"]
66
edition = "2021"
77
rust-version.workspace = true

0 commit comments

Comments
 (0)