Skip to content

Commit f991dcf

Browse files
authored
Bump to 0.2.0 (#305)
1 parent 0b821f8 commit f991dcf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ironoxide-cli"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["IronCore Labs <[email protected]>"]
55
edition = "2024"
66
rust-version = "1.85.0"

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
packages = {
1919
ironoxide-cli = pkgs.rustPlatform.buildRustPackage {
2020
pname = "ironoxide-cli";
21-
version = "0.1.0";
21+
version = "0.2.0";
2222
src = ./.;
2323
cargoLock.lockFile = ./Cargo.lock;
2424
nativeBuildInputs = [ pkgs.pkg-config ];

0 commit comments

Comments
 (0)