Skip to content

Commit b7b5c63

Browse files
authored
chore: use workspace version (#1349)
This sets the version in one place.
1 parent 4bdd0f2 commit b7b5c63

6 files changed

Lines changed: 8 additions & 5 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ exclude = [
2020
"crates/sogar-registry"
2121
]
2222

23+
[workspace.package]
24+
version = "2025.1.5"
25+
2326
[profile.profiling]
2427
inherits = "release"
2528
debug = 1

crates/devolutions-pedm-shell-ext/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "devolutions-pedm-shell-ext"
3-
version = "2025.1.5"
3+
version.workspace = true
44
edition = "2021"
55
license = "MIT/Apache-2.0"
66
authors = ["Devolutions Inc. <infos@devolutions.net>"]

devolutions-agent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "devolutions-agent"
3-
version = "2025.1.5"
3+
version.workspace = true
44
edition = "2021"
55
license = "MIT/Apache-2.0"
66
authors = ["Devolutions Inc. <infos@devolutions.net>"]

devolutions-gateway/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "devolutions-gateway"
3-
version = "2025.1.5"
3+
version.workspace = true
44
edition = "2021"
55
readme = "README.md"
66
license = "MIT/Apache-2.0"

devolutions-session/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "devolutions-session"
3-
version = "2025.1.5"
3+
version.workspace = true
44
edition = "2021"
55
license = "MIT/Apache-2.0"
66
authors = ["Devolutions Inc. <infos@devolutions.net>"]

jetsocat/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jetsocat"
3-
version = "2025.1.5"
3+
version.workspace = true
44
authors = ["Devolutions Inc. <infos@devolutions.net>"]
55
edition = "2021"
66
description = "(Web)Socket toolkit for jet protocol related operations"

0 commit comments

Comments
 (0)