Skip to content

Commit 71e928b

Browse files
committed
chore: update release metadata
1 parent 3d6f0a1 commit 71e928b

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

Cargo.toml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,9 @@ thiserror = { version = "1.0" }
3535
tokio = { version = "1.36", features = ["full"] }
3636
tracing = { version = "0.1", features = ["log"] }
3737

38-
# Config for 'cargo dist'
39-
[workspace.metadata.dist]
40-
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
41-
cargo-dist-version = "0.8.2"
42-
# CI backends to support
43-
ci = ["github"]
44-
# The installers to generate for each app
45-
installers = []
46-
# Target platforms to build apps for (Rust target-triple syntax)
47-
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "aarch64-unknown-linux-musl", "arm-unknown-linux-gnueabi", "arm-unknown-linux-gnueabihf", "arm-unknown-linux-musleabi", "arm-unknown-linux-musleabihf", "armv7-unknown-linux-gnueabihf", "armv7-unknown-linux-musleabihf", "x86_64-apple-darwin", "powerpc64le-unknown-linux-gnu", "powerpc64le-unknown-linux-musl", "s390x-unknown-linux-gnu", "s390x-unknown-linux-musl", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc", "i686-unknown-linux-gnu", "i686-unknown-linux-musl", "armv5te-unknown-linux-gnueabi", "i586-unknown-linux-gnu", "i586-unknown-linux-musl", "mips64-unknown-linux-gnuabi64"]
48-
# Publish jobs to run in CI
49-
pr-run-mode = "plan"
50-
5138
[workspace.metadata.release]
5239
shared-version = true
40+
dependent-version = "upgrade"
5341
tag-name = "v{{version}}"
5442

5543
# The profile that 'cargo dist' will build with

postgresql_embedded/Cargo.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ version.workspace = true
1313
[build-dependencies]
1414
anyhow = { workspace = true }
1515
hex = { workspace = true }
16-
postgresql_archive = { path = "../postgresql_archive" }
16+
postgresql_archive = { path = "../postgresql_archive", version = "0.1.0" }
1717
sha2 = { workspace = true }
1818
tokio = { workspace = true }
1919

@@ -23,7 +23,7 @@ bytes = { workspace = true }
2323
hex = { workspace = true }
2424
home = { workspace = true }
2525
lazy_static = { workspace = true }
26-
postgresql_archive = { path = "../postgresql_archive" }
26+
postgresql_archive = { path = "../postgresql_archive", version = "0.1.0" }
2727
rand = { workspace = true }
2828
sha2 = { workspace = true }
2929
tempfile = { workspace = true }
@@ -40,3 +40,6 @@ default = ["bundled"]
4040
blocking = ["tokio"]
4141
bundled = []
4242
tokio = ["dep:tokio"]
43+
44+
[package.metadata.release]
45+
dependent-version = "upgrade"

0 commit comments

Comments
 (0)