Skip to content

Commit 176189e

Browse files
committed
chore: release-please config and cargo version fixes
1 parent b5490da commit 176189e

5 files changed

Lines changed: 8 additions & 7 deletions

File tree

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ members = [
44
"standalone",
55
"shared-lib"
66
]
7-
package.version = "2.4.7"
87
resolver = "2"
98

109
[workspace.dependencies]

cf-worker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hookbuffer-cf-worker"
3-
version.workspace = true
3+
version = "2.4.7"
44
edition = "2021"
55
authors = [ "Zac <git@zac.gg>" ]
66

release-please-config.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
22
"bootstrap-sha": "8e89e45eb48c8c8428e779c54f3a167a7bded304",
3+
"plugins": ["cargo-workspace"],
4+
"release-type": "rust",
35
"packages": {
4-
".": {
5-
"release-type": "rust"
6-
}
6+
"hookbuffer-cf-worker": {},
7+
"hookbuffer-standalone": {},
8+
"shared-lib": {}
79
}
810
}

shared-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shared-lib"
3-
version.workspace = true
3+
version = "2.4.7"
44
edition = "2021"
55

66
[features]

standalone/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hookbuffer-standalone"
3-
version.workspace = true
3+
version = "2.4.7"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)