Skip to content

Commit

Permalink
(cargo-release) version 1.0.2 (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
9999years and github-actions[bot] committed Feb 13, 2023
1 parent 9a2dfdc commit 864e541
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nix-your-shell"
version = "1.0.1"
version = "1.0.2"
edition = "2021"
authors = ["Rebecca Turner <rebeccat@mercury.com>"]
description = "A `nix` and `nix-shell` wrapper for shells other than `bash`"
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
final: prev: {
nix-your-shell = final.rustPlatform.buildRustPackage {
pname = "nix-your-shell";
version = "1.0.1"; # LOAD-BEARING COMMENT. See: `.github/workflows/version.yaml`
version = "1.0.2"; # LOAD-BEARING COMMENT. See: `.github/workflows/version.yaml`

cargoLock = {
lockFile = ./Cargo.lock;
Expand Down

0 comments on commit 864e541

Please sign in to comment.