Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita73cb9d

Browse files
authored
Remove workspace.package.version (#199)
1 parent5d1f802 commita73cb9d

File tree

7 files changed

+6
-7
lines changed

7 files changed

+6
-7
lines changed

‎Cargo.toml

Lines changed: 0 additions & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp