Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Okm165 committed Jan 12, 2025
1 parent f7c539f commit 3469fc7
Show file tree
Hide file tree
Showing 13 changed files with 59 additions and 59 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ edition = "2021"
license-file = "LICENSE"
readme = "README.md"
repository = "https://github.com/iosis-tech/swiftness"
version = "0.1.3"
version = "1.0.0"

[workspace.dependencies]
blake2 = { version = "0.10.6", default-features = false }
Expand All @@ -39,9 +39,9 @@ starknet-types-core = { version = "0.1.5", default-features = false }
thiserror = "1.0.61"
thiserror-no-std = "2.0.2"

swiftness_air = { path = "crates/air", default-features = false, version = "0.1.3" }
swiftness_commitment = { path = "crates/commitment", default-features = false, version = "0.1.3" }
swiftness_fri = { path = "crates/fri", default-features = false, version = "0.1.3" }
swiftness_pow = { path = "crates/pow", default-features = false, version = "0.1.3" }
swiftness_stark = { path = "crates/stark", default-features = false, version = "0.1.3" }
swiftness_transcript = { path = "crates/transcript", default-features = false, version = "0.1.3" }
swiftness_air = { path = "crates/air", default-features = false, version = "1.0.0" }
swiftness_commitment = { path = "crates/commitment", default-features = false, version = "1.0.0" }
swiftness_fri = { path = "crates/fri", default-features = false, version = "1.0.0" }
swiftness_pow = { path = "crates/pow", default-features = false, version = "1.0.0" }
swiftness_stark = { path = "crates/stark", default-features = false, version = "1.0.0" }
swiftness_transcript = { path = "crates/transcript", default-features = false, version = "1.0.0" }
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<div align="center">

![Version](https://img.shields.io/badge/v0.1.3-green?style=flat-square&logo=git&logoColor=white&label=version)
![Version](https://img.shields.io/badge/v1.0.0-green?style=flat-square&logo=git&logoColor=white&label=version)
![Continuous Integration](https://img.shields.io/github/actions/workflow/status/iosis-tech/swiftness/ci.yml?style=flat-square&logo=githubactions&logoColor=white&label=Continuous%20Integration)

[![Crates.io Version](https://img.shields.io/crates/v/swiftness?style=flat-square&logo=lootcrate)](https://crates.io/crates/swiftness)
Expand Down
18 changes: 9 additions & 9 deletions cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,28 @@ edition = "2021"
license-file = "LICENSE"
readme = "../README.md"
repository = "https://github.com/iosis-tech/swiftness"
version = "0.1.3"
version = "1.0.0"

[dependencies]
clap = { version = "4.4.4", features = ["derive"] }
starknet-core = "0.12.0"

swiftness_air = { path = "../crates/air", default-features = false, features = [
"std",
], version = "0.1.3" }
], version = "1.0.0" }
swiftness_commitment = { path = "../crates/commitment", default-features = false, features = [
"std",
], version = "0.1.3" }
], version = "1.0.0" }
swiftness_fri = { path = "../crates/fri", default-features = false, features = [
"std",
], version = "0.1.3" }
], version = "1.0.0" }
swiftness_pow = { path = "../crates/pow", default-features = false, features = [
"std",
], version = "0.1.3" }
], version = "1.0.0" }
swiftness_stark = { path = "../crates/stark", default-features = false, features = [
"std",
], version = "0.1.3" }
swiftness_proof_parser = { path = "../proof_parser", version = "0.1.3" }
], version = "1.0.0" }
swiftness_proof_parser = { path = "../proof_parser", version = "1.0.0" }

[features]
default = ["recursive", "keccak_160_lsb", "stone5"]
Expand Down
16 changes: 8 additions & 8 deletions examples/no_std_build/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 examples/no_std_build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "no_std_build"
version = "0.1.3"
version = "1.0.0"
edition = "2021"

[dependencies]
Expand Down
4 changes: 2 additions & 2 deletions proof_parser/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 proof_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license-file = "LICENSE"
readme = "README.md"
repository = "https://github.com/iosis-tech/swiftness"
version = "0.1.3"
version = "1.0.0"

[dependencies]
anyhow = "1.0.80"
Expand Down
18 changes: 9 additions & 9 deletions wasm_bindings/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3469fc7

Please sign in to comment.