Skip to content

Commit

Permalink
chore: update crate versions to v0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbinth committed Aug 13, 2024
1 parent c80dac7 commit 431f917
Show file tree
Hide file tree
Showing 10 changed files with 50 additions and 49 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.10.3 (2024-08-11)
## 0.10.3 (2024-08-12)

#### Enhancements

Expand Down
65 changes: 33 additions & 32 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions air/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "miden-air"
version = "0.10.2"
version = "0.10.3"
description = "Algebraic intermediate representation of Miden VM processor"
documentation = "https://docs.rs/miden-air/0.10.2"
documentation = "https://docs.rs/miden-air/0.10.3"
readme = "README.md"
categories = ["cryptography", "no-std"]
keywords = ["air", "arithmetization", "crypto", "miden"]
Expand Down
4 changes: 2 additions & 2 deletions assembly/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "miden-assembly"
version = "0.10.2"
version = "0.10.3"
description = "Miden VM assembly language"
documentation = "https://docs.rs/miden-assembly/0.10.2"
documentation = "https://docs.rs/miden-assembly/0.10.3"
readme = "README.md"
categories = ["compilers", "no-std"]
keywords = ["assembler", "assembly", "language", "miden"]
Expand Down
4 changes: 2 additions & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "miden-core"
version = "0.10.2"
version = "0.10.3"
description = "Miden VM core components"
documentation = "https://docs.rs/miden-core/0.10.2"
documentation = "https://docs.rs/miden-core/0.10.3"
readme = "README.md"
categories = ["emulators", "no-std"]
keywords = ["instruction-set", "miden", "program"]
Expand Down
4 changes: 2 additions & 2 deletions miden/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "miden-vm"
version = "0.10.2"
version = "0.10.3"
description = "Miden virtual machine"
documentation = "https://docs.rs/miden-vm/0.10.2"
documentation = "https://docs.rs/miden-vm/0.10.3"
readme = "README.md"
categories = ["cryptography", "emulators", "no-std"]
keywords = ["miden", "stark", "virtual-machine", "zkp"]
Expand Down
4 changes: 2 additions & 2 deletions processor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "miden-processor"
version = "0.10.2"
version = "0.10.3"
description = "Miden VM processor"
documentation = "https://docs.rs/miden-processor/0.10.2"
documentation = "https://docs.rs/miden-processor/0.10.3"
readme = "README.md"
categories = ["emulators", "no-std"]
keywords = ["miden", "virtual-machine"]
Expand Down
4 changes: 2 additions & 2 deletions prover/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "miden-prover"
version = "0.10.2"
version = "0.10.3"
description = "Miden VM prover"
documentation = "https://docs.rs/miden-prover/0.10.2"
documentation = "https://docs.rs/miden-prover/0.10.3"
readme = "README.md"
categories = ["cryptography", "emulators", "no-std"]
keywords = ["miden", "prover", "stark", "zkp"]
Expand Down
4 changes: 2 additions & 2 deletions stdlib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "miden-stdlib"
version = "0.10.2"
version = "0.10.3"
description = "Miden VM standard library"
documentation = "https://docs.rs/miden-stdlib/0.10.2"
documentation = "https://docs.rs/miden-stdlib/0.10.3"
readme = "README.md"
categories = ["cryptography", "mathematics"]
keywords = ["miden", "program", "stdlib"]
Expand Down
4 changes: 2 additions & 2 deletions verifier/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "miden-verifier"
version = "0.10.2"
version = "0.10.3"
description="Miden VM execution verifier"
documentation = "https://docs.rs/miden-verifier/0.10.2"
documentation = "https://docs.rs/miden-verifier/0.10.3"
readme = "README.md"
categories = ["cryptography", "no-std"]
keywords = ["miden", "stark", "verifier", "zkp"]
Expand Down

0 comments on commit 431f917

Please sign in to comment.