File tree 7 files changed +6
-7
lines changed
7 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ members = [
25
25
]
26
26
27
27
[workspace .package ]
28
- version = " 0.15.0"
29
28
authors = [" PHPER Framework Team" , " jmjoy <jmjoy@apache.org>" ]
30
29
edition = " 2024"
31
30
license = " MulanPSL-2.0"
Original file line number Diff line number Diff line change 12
12
name = " phper-alloc"
13
13
description = " Alloc related items for phper crate."
14
14
keywords = [" php" , " alloc" ]
15
- version = { workspace = true }
15
+ version = " 0.15.0 "
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-build"
13
13
description = " Generates stubs for project using phper."
14
14
keywords = [" php" , " binding" ]
15
- version = { workspace = true }
15
+ version = " 0.15.0 "
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-doc"
13
13
description = " The documentation of phper."
14
14
keywords = [" php" , " documentation" ]
15
- version = { workspace = true }
15
+ version = " 0.15.0 "
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-macros"
13
13
description = " The proc-macros for phper crate."
14
14
keywords = [" php" , " proc-macro" ]
15
- version = { workspace = true }
15
+ version = " 0.15.0 "
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 = { workspace = true }
15
+ version = " 0.15.0 "
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-test"
13
13
description = " PHPer testing utilities."
14
14
keywords = [" php" , " binding" ]
15
- version = { workspace = true }
15
+ version = " 0.15.0 "
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