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 = [
2525]
2626
2727[workspace .package ]
28- version = " 0.12 .0"
28+ version = " 0.13 .0"
2929authors = [
" PHPER Framework Team" ,
" jmjoy <[email protected] >" ]
3030edition = " 2021"
3131license = " MulanPSL-2.0"
3232repository = " https://github.com/phper-framework/phper"
3333rust-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" }
Original file line number Diff line number Diff line change 1212name = " phper-doc"
1313description = " The documentation of phper."
1414keywords = [" php" , " documentation" ]
15- version = " 0.12.1 "
15+ version = { workspace = true }
1616authors = { workspace = true }
1717edition = { workspace = true }
1818rust-version = { workspace = true }
Original file line number Diff line number Diff line change 1212name = " phper-sys"
1313description = " Low level PHP binding for Rust."
1414keywords = [" php" , " binding" ]
15- version = " 0.12.1 "
15+ version = { workspace = true }
1616authors = { workspace = true }
1717edition = { workspace = true }
1818rust-version = { workspace = true }
You can’t perform that action at this time.
0 commit comments