Skip to content

Commit

Permalink
chore: upgrade photosphere version ⬆️
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoey de Souza Pessanha committed Jun 25, 2022
1 parent a10b36f commit 9e8d9ef
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 = "photosphere"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
license = "BSD-3-Clause"
authors = ["Zoey Pessanha <zoey.pessanha@solfacil.com.br>"]
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

photosphere = rustPlatform.buildRustPackage rec {
pname = "photosphere";
version = "v0.2.0";
version = "v0.3.0";
doCheck = true;
src = ./.;
checkInputs = [ rustfmt cargo-nextest clippy ];
Expand Down

0 comments on commit 9e8d9ef

Please sign in to comment.