Skip to content

Commit

Permalink
Release 0.14.1 (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjoy authored Jan 7, 2025
1 parent ad19a98 commit 3a7e236
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ members = [
]

[workspace.package]
version = "0.14.0"
version = "0.14.1"
authors = ["PHPER Framework Team", "jmjoy <jmjoy@apache.org>"]
edition = "2021"
license = "MulanPSL-2.0"
repository = "https://github.com/phper-framework/phper"
rust-version = "1.79"

[workspace.dependencies]
phper = { version = "0.14.0", path = "./phper" }
phper-alloc = { version = "0.14.0", path = "./phper-alloc" }
phper-build = { version = "0.14.0", path = "./phper-build" }
phper-macros = { version = "0.14.0", path = "./phper-macros" }
phper-sys = { version = "0.14.0", path = "./phper-sys" }
phper-test = { version = "0.14.0", path = "./phper-test" }
phper = { version = "0.14.1", path = "./phper" }
phper-alloc = { version = "0.14.1", path = "./phper-alloc" }
phper-build = { version = "0.14.1", path = "./phper-build" }
phper-macros = { version = "0.14.1", path = "./phper-macros" }
phper-sys = { version = "0.14.1", path = "./phper-sys" }
phper-test = { version = "0.14.1", path = "./phper-test" }

0 comments on commit 3a7e236

Please sign in to comment.