Skip to content

Commit a73cb9d

Browse files
authored
Remove workspace.package.version (#199)
1 parent 5d1f802 commit a73cb9d

File tree

7 files changed

+6
-7
lines changed

7 files changed

+6
-7
lines changed

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ members = [
2525
]
2626

2727
[workspace.package]
28-
version = "0.15.0"
2928
authors = ["PHPER Framework Team", "jmjoy <jmjoy@apache.org>"]
3029
edition = "2024"
3130
license = "MulanPSL-2.0"

phper-alloc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
name = "phper-alloc"
1313
description = "Alloc related items for phper crate."
1414
keywords = ["php", "alloc"]
15-
version = { workspace = true }
15+
version = "0.15.0"
1616
authors = { workspace = true }
1717
edition = { workspace = true }
1818
rust-version = { workspace = true }

phper-build/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
name = "phper-build"
1313
description = "Generates stubs for project using phper."
1414
keywords = ["php", "binding"]
15-
version = { workspace = true }
15+
version = "0.15.0"
1616
authors = { workspace = true }
1717
edition = { workspace = true }
1818
rust-version = { workspace = true }

phper-doc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
name = "phper-doc"
1313
description = "The documentation of phper."
1414
keywords = ["php", "documentation"]
15-
version = { workspace = true }
15+
version = "0.15.0"
1616
authors = { workspace = true }
1717
edition = { workspace = true }
1818
rust-version = { workspace = true }

phper-macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
name = "phper-macros"
1313
description = "The proc-macros for phper crate."
1414
keywords = ["php", "proc-macro"]
15-
version = { workspace = true }
15+
version = "0.15.0"
1616
authors = { workspace = true }
1717
edition = { workspace = true }
1818
rust-version = { workspace = true }

phper-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
name = "phper-sys"
1313
description = "Low level PHP binding for Rust."
1414
keywords = ["php", "binding"]
15-
version = { workspace = true }
15+
version = "0.15.0"
1616
authors = { workspace = true }
1717
edition = { workspace = true }
1818
rust-version = { workspace = true }

phper-test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
name = "phper-test"
1313
description = "PHPer testing utilities."
1414
keywords = ["php", "binding"]
15-
version = { workspace = true }
15+
version = "0.15.0"
1616
authors = { workspace = true }
1717
edition = { workspace = true }
1818
rust-version = { workspace = true }

0 commit comments

Comments
 (0)