Skip to content

Commit dcc1f2d

Browse files
authored
fiat-constify v0.1.0 (#1184)
Also adds `publish = "false"` as this tool is not intended for release (ideally we can eventually get rid of it), but the version bump denotes a major notable change to the codegen
1 parent 23651dd commit dcc1f2d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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.

fiat-constify/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fiat-constify"
3-
version = "0.0.0" # Also update html_root_url in lib.rs when bumping this
3+
version = "0.1.0"
44
description = """
55
Postprocessor for fiat-crypto generated field implementations which rewrites
66
them as `const fn`
@@ -15,6 +15,7 @@ keywords = ["fiat-crypto", "field"]
1515
readme = "README.md"
1616
edition = "2024"
1717
rust-version = "1.85"
18+
publish = false
1819

1920
[dependencies]
2021
prettyplease = "0.2.19"

0 commit comments

Comments
 (0)