Skip to content

Commit 12b62ce

Browse files
committed
dev is 1.6.0
1 parent a3b6b37 commit 12b62ce

File tree

4 files changed

+26
-26
lines changed

4 files changed

+26
-26
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[workspace]
22
resolver = "2"
33
members = [
4-
"devenv",
5-
"devenv-generate",
6-
"devenv-eval-cache",
7-
"devenv-run-tests",
8-
"devenv-tasks",
9-
"http-client-tls",
10-
"nix-conf-parser",
11-
"xtask",
4+
"devenv",
5+
"devenv-generate",
6+
"devenv-eval-cache",
7+
"devenv-run-tests",
8+
"devenv-tasks",
9+
"http-client-tls",
10+
"nix-conf-parser",
11+
"xtask",
1212
]
1313

1414
[workspace.package]
15-
version = "1.5.2"
15+
version = "1.6.0"
1616
edition = "2021"
1717
license = "APACHE-2.0"
1818
homepage = "https://devenv.sh/"
@@ -52,10 +52,10 @@ pretty_assertions = { version = "1.4.0", features = ["unstable"] }
5252
regex = "1.10.3"
5353
schemars = "0.8.16"
5454
schematic = { version = "0.17.11", features = [
55-
"schema",
56-
"yaml",
57-
"renderer_template",
58-
"renderer_json_schema",
55+
"schema",
56+
"yaml",
57+
"renderer_template",
58+
"renderer_json_schema",
5959
] }
6060
serde = { version = "1.0.197", features = ["derive"] }
6161
serde_json = "1.0.114"
@@ -70,13 +70,13 @@ tracing = "0.1.40"
7070
tracing-core = "0.1.32"
7171
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
7272
tokio = { version = "1.39.3", features = [
73-
"process",
74-
"fs",
75-
"io-util",
76-
"macros",
77-
"rt-multi-thread",
78-
"sync",
79-
"time",
73+
"process",
74+
"fs",
75+
"io-util",
76+
"macros",
77+
"rt-multi-thread",
78+
"sync",
79+
"time",
8080
] }
8181
tokio-util = { version = "0.7.12", features = ["io"] }
8282
which = "7.0.2"

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- Create a release on GitHub
66
- Bump minor version in Cargo.toml and package.nix
77
- Run `cargo update --workspace` to sync Cargo.lock with the new version
8-
- `git commit`
8+
- `git commit -m "dev is X.X.X`
99

1010
### Release on nixpkgs
1111

package.nix

Lines changed: 1 addition & 1 deletion
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.2";
17+
version = "1.6.0";
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)