Skip to content

Commit

Permalink
v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Sep 10, 2024
1 parent 27758ce commit 67c3622
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
- write a blog post
- bump version in devenv/Cargo.toml
- `cargo build`
- bump version in package.nix
Expand All @@ -9,4 +8,5 @@

# Once nixpkgs has been updated

- src/modules/latest-version
- write a blog post
- src/modules/latest-version
2 changes: 1 addition & 1 deletion devenv/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "devenv"
version = "1.0.8"
version = "1.1.0"
edition.workspace = true
license.workspace = true

Expand Down
2 changes: 1 addition & 1 deletion package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgs.rustPlatform.buildRustPackage {
pname = "devenv";
version = "1.0.8";
version = "1.1";

src = pkgs.lib.sourceByRegex ./. [
"^\.cargo(/.*)?$"
Expand Down

0 comments on commit 67c3622

Please sign in to comment.