Skip to content

Commit 4216735

Browse files
authored
Release 0.13.0 (#141)
1 parent 535971c commit 4216735

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ members = [
2525
]
2626

2727
[workspace.package]
28-
version = "0.12.0"
28+
version = "0.13.0"
2929
authors = ["PHPER Framework Team", "jmjoy <jmjoy@apache.org>"]
3030
edition = "2021"
3131
license = "MulanPSL-2.0"
3232
repository = "https://github.com/phper-framework/phper"
3333
rust-version = "1.67"
3434

3535
[workspace.dependencies]
36-
phper = { version = "0.12.0", path = "./phper" }
37-
phper-alloc = { version = "0.12.0", path = "./phper-alloc" }
38-
phper-build = { version = "0.12.0", path = "./phper-build" }
39-
phper-macros = { version = "0.12.0", path = "./phper-macros" }
40-
phper-sys = { version = "0.12.0", path = "./phper-sys" }
41-
phper-test = { version = "0.12.0", path = "./phper-test" }
36+
phper = { version = "0.13.0", path = "./phper" }
37+
phper-alloc = { version = "0.13.0", path = "./phper-alloc" }
38+
phper-build = { version = "0.13.0", path = "./phper-build" }
39+
phper-macros = { version = "0.13.0", path = "./phper-macros" }
40+
phper-sys = { version = "0.13.0", path = "./phper-sys" }
41+
phper-test = { version = "0.13.0", path = "./phper-test" }

phper-doc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
name = "phper-doc"
1313
description = "The documentation of phper."
1414
keywords = ["php", "documentation"]
15-
version = "0.12.1"
15+
version = { workspace = true }
1616
authors = { workspace = true }
1717
edition = { workspace = true }
1818
rust-version = { workspace = true }

phper-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
name = "phper-sys"
1313
description = "Low level PHP binding for Rust."
1414
keywords = ["php", "binding"]
15-
version = "0.12.1"
15+
version = { workspace = true }
1616
authors = { workspace = true }
1717
edition = { workspace = true }
1818
rust-version = { workspace = true }

0 commit comments

Comments
 (0)