Skip to content

Commit 379980f

Browse files
committed
prepare 1.5.2
1 parent 9fc2a41 commit 379980f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.1"
3+
version = "1.5.2"
44
edition.workspace = true
55
license.workspace = true
66

package.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
rustPlatform.buildRustPackage {
1616
pname = "devenv${lib.optionalString build_tasks "-tasks"}";
17-
version = "1.5.1";
17+
version = "1.5.2";
1818

1919
# WARN: building this from src/modules/tasks.nix fails.
2020
# There is something being prepended to the path, hence the .*.

0 commit comments

Comments
 (0)