Skip to content

Commit 216b30f

Browse files
authored
move metadata up in the workspace (#522)
1 parent 40998da commit 216b30f

File tree

6 files changed

+20
-15
lines changed

6 files changed

+20
-15
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
[workspace.package]
2+
version = "0.3.13"
3+
edition = "2024"
4+
license = "MIT"
5+
16
[workspace]
27
resolver = "3"
38
members = [

crates/bcr-ebill-api/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "bcr-ebill-api"
3-
version = "0.3.13"
4-
edition = "2024"
5-
license = "MIT"
3+
version.workspace = true
4+
edition.workspace = true
5+
license.workspace = true
66

77
[lib]
88
doctest = false

crates/bcr-ebill-core/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "bcr-ebill-core"
3-
version = "0.3.13"
4-
edition = "2024"
5-
license = "MIT"
3+
version.workspace = true
4+
edition.workspace = true
5+
license.workspace = true
66

77
[lib]
88
doctest = false

crates/bcr-ebill-persistence/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "bcr-ebill-persistence"
3-
version = "0.3.13"
4-
edition = "2024"
5-
license = "MIT"
3+
version.workspace = true
4+
edition.workspace = true
5+
license.workspace = true
66

77
[lib]
88
doctest = false

crates/bcr-ebill-transport/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "bcr-ebill-transport"
3-
version = "0.3.13"
4-
edition = "2024"
5-
license = "MIT"
3+
version.workspace = true
4+
edition.workspace = true
5+
license.workspace = true
66

77
[lib]
88
doctest = false

crates/bcr-ebill-wasm/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "bcr-ebill-wasm"
3-
version = "0.3.13"
4-
edition = "2024"
5-
license = "MIT"
3+
version.workspace = true
4+
edition.workspace = true
5+
license.workspace = true
66

77
[package.metadata.wasm-pack.profile.release]
88
wasm-opt = ['-Os']

0 commit comments

Comments
 (0)