Skip to content

Commit

Permalink
Bump to 0.13.1 (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjoy committed Jan 12, 2024
1 parent 307d320 commit 264392b
Showing 1 changed file with 7 additions and 7 deletions.
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.13.0"
version = "0.13.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.65"

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

0 comments on commit 264392b

Please sign in to comment.