File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -25,17 +25,17 @@ members = [
25
25
]
26
26
27
27
[workspace .package ]
28
- version = " 0.12 .0"
28
+ version = " 0.13 .0"
29
29
authors = [" PHPER Framework Team" , " jmjoy <jmjoy@apache.org>" ]
30
30
edition = " 2021"
31
31
license = " MulanPSL-2.0"
32
32
repository = " https://github.com/phper-framework/phper"
33
33
rust-version = " 1.67"
34
34
35
35
[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" }
Original file line number Diff line number Diff line change 12
12
name = " phper-doc"
13
13
description = " The documentation of phper."
14
14
keywords = [" php" , " documentation" ]
15
- version = " 0.12.1 "
15
+ version = { workspace = true }
16
16
authors = { workspace = true }
17
17
edition = { workspace = true }
18
18
rust-version = { workspace = true }
Original file line number Diff line number Diff line change 12
12
name = " phper-sys"
13
13
description = " Low level PHP binding for Rust."
14
14
keywords = [" php" , " binding" ]
15
- version = " 0.12.1 "
15
+ version = { workspace = true }
16
16
authors = { workspace = true }
17
17
edition = { workspace = true }
18
18
rust-version = { workspace = true }
You can’t perform that action at this time.
0 commit comments