chore: bump version to stable 1.0.0

This commit is contained in:
Himadri Bhattacharjee
2025-04-23 07:44:03 +05:30
parent 026ce7f14a
commit ed7b4865d3
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -1500,7 +1500,7 @@ dependencies = [
[[package]]
name = "publicly"
version = "0.2.1"
version = "1.0.0"
dependencies = [
"anyhow",
"clap",

View File

@@ -1,6 +1,6 @@
[package]
name = "publicly"
version = "0.2.1"
version = "1.0.0"
edition = "2024"
[dependencies]

View File

@@ -17,7 +17,7 @@
{
packages.default = pkgs.pkgsStatic.rustPlatform.buildRustPackage {
pname = "publicly";
version = "0.2.1";
version = "1.0.0";
src = ./.;
cargoLock = {