Skip to content

Commit 3a7e236

Browse files
authored
Release 0.14.1 (#168)
1 parent ad19a98 commit 3a7e236

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Cargo.lock

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

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.14.0"
28+
version = "0.14.1"
2929
authors = ["PHPER Framework Team", "jmjoy <[email protected]>"]
3030
edition = "2021"
3131
license = "MulanPSL-2.0"
3232
repository = "https://github.com/phper-framework/phper"
3333
rust-version = "1.79"
3434

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

0 commit comments

Comments
 (0)