diff --git a/Cargo.lock b/Cargo.lock index 0a6edf21..51407db1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -105,7 +105,7 @@ dependencies = [ [[package]] name = "fiat-constify" -version = "0.0.0" +version = "0.1.0" dependencies = [ "prettyplease", "proc-macro2", diff --git a/fiat-constify/Cargo.toml b/fiat-constify/Cargo.toml index 223745b8..b6dbff37 100644 --- a/fiat-constify/Cargo.toml +++ b/fiat-constify/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fiat-constify" -version = "0.0.0" # Also update html_root_url in lib.rs when bumping this +version = "0.1.0" description = """ Postprocessor for fiat-crypto generated field implementations which rewrites them as `const fn` @@ -15,6 +15,7 @@ keywords = ["fiat-crypto", "field"] readme = "README.md" edition = "2024" rust-version = "1.85" +publish = false [dependencies] prettyplease = "0.2.19"