We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fc2a41 commit 379980fCopy full SHA for 379980f
devenv/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "devenv"
3
-version = "1.5.1"
+version = "1.5.2"
4
edition.workspace = true
5
license.workspace = true
6
package.nix
@@ -14,7 +14,7 @@
14
15
rustPlatform.buildRustPackage {
16
pname = "devenv${lib.optionalString build_tasks "-tasks"}";
17
- version = "1.5.1";
+ version = "1.5.2";
18
19
# WARN: building this from src/modules/tasks.nix fails.
20
# There is something being prepended to the path, hence the .*.
0 commit comments