Skip to content

Commit

Permalink
version bump v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Okm165 committed Sep 14, 2024
1 parent 1b615ca commit 19034f3
Show file tree
Hide file tree
Showing 11 changed files with 47 additions and 47 deletions.
12 changes: 6 additions & 6 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.0"
version = "0.1.1"

[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.0" }
swiftness_commitment = { path = "crates/commitment", default-features = false, version = "0.1.0" }
swiftness_fri = { path = "crates/fri", default-features = false, version = "0.1.0" }
swiftness_pow = { path = "crates/pow", default-features = false, version = "0.1.0" }
swiftness_stark = { path = "crates/stark", default-features = false, version = "0.1.0" }
swiftness_transcript = { path = "crates/transcript", default-features = false, version = "0.1.0" }
swiftness_air = { path = "crates/air", default-features = false, version = "0.1.1" }
swiftness_commitment = { path = "crates/commitment", default-features = false, version = "0.1.1" }
swiftness_fri = { path = "crates/fri", default-features = false, version = "0.1.1" }
swiftness_pow = { path = "crates/pow", default-features = false, version = "0.1.1" }
swiftness_stark = { path = "crates/stark", default-features = false, version = "0.1.1" }
swiftness_transcript = { path = "crates/transcript", default-features = false, version = "0.1.1" }
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.0-green?style=flat-square&logo=git&logoColor=white&label=version)
![Version](https://img.shields.io/badge/v0.1.1-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
16 changes: 8 additions & 8 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,27 +5,27 @@ edition = "2021"
license-file = "LICENSE"
readme = "../README.md"
repository = "https://github.com/iosis-tech/swiftness"
version = "0.1.0"
version = "0.1.1"

[dependencies]
clap = { version = "4.4.4", features = ["derive"] }

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

[features]
default = ["recursive", "keccak_160_lsb", "stone5"]
Expand Down
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.0"
version = "0.1.1"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion 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.0"
version = "0.1.1"

[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.

10 changes: 5 additions & 5 deletions wasm_bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ edition = "2021"
license-file = "LICENSE"
readme = "README.md"
repository = "https://github.com/iosis-tech/swiftness"
version = "0.1.0"
version = "0.1.1"

[dependencies]
serde_json = "1.0.114"
wasm-bindgen = "0.2"

swiftness = { path = "../cli", default-features = false, version = "0.1.0" }
swiftness = { path = "../cli", default-features = false, version = "0.1.1" }
swiftness_air = { path = "../crates/air", default-features = false, features = [
"std",
], version = "0.1.0" }
], version = "0.1.1" }
swiftness_stark = { path = "../crates/stark", default-features = false, features = [
"std",
], version = "0.1.0" }
swiftness_proof_parser = { path = "../proof_parser", version = "0.1.0" }
], version = "0.1.1" }
swiftness_proof_parser = { path = "../proof_parser", version = "0.1.1" }

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down
2 changes: 1 addition & 1 deletion wasm_bindings/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.0-green?style=flat-square&logo=git&logoColor=white&label=version)
![Version](https://img.shields.io/badge/v0.1.1-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

0 comments on commit 19034f3

Please sign in to comment.