Skip to content

Commit db41761

Browse files
committed
deps: sync version with workspace
1 parent 78ba974 commit db41761

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ members = [
1212
]
1313

1414
[workspace.package]
15+
version = "1.5.2"
1516
edition = "2021"
1617
license = "APACHE-2.0"
1718
homepage = "https://devenv.sh/"

RELEASE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
- `git tag vX.X`
44
- `git push --tags`
55
- Create a release on GitHub
6-
- Bump minor version in devenv/Cargo.toml and package.nix
6+
- Bump minor version in Cargo.toml and package.nix
77
- Run `cargo update --workspace` to sync Cargo.lock with the new version
88
- `git commit`
99

devenv-eval-cache/Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "devenv-eval-cache"
3-
# TODO: switch to workspace version
4-
version = "0.1.0"
3+
version.workspace = true
54
edition.workspace = true
65
license.workspace = true
76

devenv-run-tests/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "devenv-run-tests"
3-
version = "0.1.0"
3+
version.workspace = true
44
edition.workspace = true
55
license.workspace = true
66

devenv-tasks/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "devenv-tasks"
3-
version = "0.1.0"
3+
version.workspace = true
44
edition.workspace = true
55
license.workspace = true
66

devenv/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "devenv"
3-
version = "1.5.2"
3+
version.workspace = true
44
edition.workspace = true
55
license.workspace = true
66

0 commit comments

Comments
 (0)