Skip to content

Commit 6a68448

Browse files
committed
Update to 0.3.1.
1 parent c0a149e commit 6a68448

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

phper-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "phper-sys"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["jmjoy <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.56"

phper/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "phper"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["jmjoy <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.56"
@@ -22,7 +22,7 @@ indexmap = "1.6.2"
2222
once_cell = "1.7.2"
2323
phper-alloc = { version = "0.3.0", path = "../phper-alloc" }
2424
phper-macros = { version = "0.3.0", path = "../phper-macros" }
25-
phper-sys = { version = "0.3.0", path = "../phper-sys" }
25+
phper-sys = { version = "0.3.1", path = "../phper-sys" }
2626
thiserror = "1.0.10"
2727

2828
[build-dependencies]

0 commit comments

Comments
 (0)