Skip to content

Commit

Permalink
chore: Bump version to 0.1.0-alpha.8-pre (#642)
Browse files Browse the repository at this point in the history
build: Bump version to 0.1.0-alpha.8-pre and set version number for benches and fixtures to 0.0.0
  • Loading branch information
heeckhau authored Oct 16, 2024
1 parent b3f79a9 commit 6e80d03
Show file tree
Hide file tree
Showing 33 changed files with 37 additions and 35 deletions.
4 changes: 2 additions & 2 deletions crates/benches/binary/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
edition = "2021"
name = "tlsn-benches"
publish = false
version = "0.1.0"
version = "0.0.0"

[features]
default = []
Expand Down Expand Up @@ -42,4 +42,4 @@ path = "bin/verifier.rs"

[[bin]]
name = "plot"
path = "bin/plot.rs"
path = "bin/plot.rs"
2 changes: 1 addition & 1 deletion crates/benches/browser/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
edition = "2021"
name = "tlsn-benches-browser-core"
publish = false
version = "0.1.0"
version = "0.0.0"

[dependencies]
tlsn-benches-library = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/benches/browser/native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
edition = "2021"
name = "tlsn-benches-browser-native"
publish = false
version = "0.1.0"
version = "0.0.0"

[dependencies]
tlsn-benches-browser-core = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/benches/browser/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
edition = "2021"
name = "tlsn-benches-browser-wasm"
publish = false
version = "0.1.0"
version = "0.0.0"

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down
2 changes: 1 addition & 1 deletion crates/benches/library/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
edition = "2021"
name = "tlsn-benches-library"
publish = false
version = "0.1.0"
version = "0.0.0"

[dependencies]
tlsn-common = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tlsn-common"
description = "Common code shared between tlsn-prover and tlsn-verifier"
version = "0.1.0-alpha.7"
version = "0.1.0-alpha.8-pre"
edition = "2021"

[features]
Expand Down
2 changes: 1 addition & 1 deletion crates/components/aead/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "This crate provides an implementation of a two-party version of A
keywords = ["tls", "mpc", "2pc", "aead", "aes", "aes-gcm"]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
version = "0.1.0-alpha.7"
version = "0.1.0-alpha.8-pre"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion crates/components/block-cipher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "2PC block cipher implementation"
keywords = ["tls", "mpc", "2pc", "block-cipher"]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
version = "0.1.0-alpha.7"
version = "0.1.0-alpha.8-pre"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion crates/components/hmac-sha256-circuits/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "The 2PC circuits for TLS HMAC-SHA256 PRF"
keywords = ["tls", "mpc", "2pc", "hmac", "sha256"]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
version = "0.1.0-alpha.7"
version = "0.1.0-alpha.8-pre"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion crates/components/hmac-sha256/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "A 2PC implementation of TLS HMAC-SHA256 PRF"
keywords = ["tls", "mpc", "2pc", "hmac", "sha256"]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
version = "0.1.0-alpha.7"
version = "0.1.0-alpha.8-pre"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion crates/components/key-exchange/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Implementation of the 3-party key-exchange protocol"
keywords = ["tls", "mpc", "2pc", "pms", "key-exchange"]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
version = "0.1.0-alpha.7"
version = "0.1.0-alpha.8-pre"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion crates/components/stream-cipher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "2PC stream cipher implementation"
keywords = ["tls", "mpc", "2pc", "stream-cipher"]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
version = "0.1.0-alpha.7"
version = "0.1.0-alpha.8-pre"
edition = "2021"

[features]
Expand Down
2 changes: 1 addition & 1 deletion crates/components/universal-hash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "A crate which implements different hash functions for two-party c
keywords = ["tls", "mpc", "2pc", "hash"]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
version = "0.1.0-alpha.7"
version = "0.1.0-alpha.8-pre"
edition = "2021"

[features]
Expand Down
2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Core types for TLSNotary"
keywords = ["tls", "mpc", "2pc", "types"]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
version = "0.1.0-alpha.7"
version = "0.1.0-alpha.8-pre"
edition = "2021"

[features]
Expand Down
2 changes: 1 addition & 1 deletion crates/data-fixtures/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "tlsn-data-fixtures"
version = "0.0.0"
version = "0.1.0-alpha.8-pre"
edition = "2021"
publish = false
2 changes: 1 addition & 1 deletion crates/examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
edition = "2021"
name = "tlsn-examples"
publish = false
version = "0.0.0"
version = "0.1.0-alpha.8-pre"

[dependencies]
notary-client = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/formats/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tlsn-formats"
version = "0.1.0-alpha.7"
version = "0.1.0-alpha.8-pre"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/notary/client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "notary-client"
version = "0.1.0-alpha.7"
version = "0.1.0-alpha.8-pre"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/notary/server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "notary-server"
version = "0.1.0-alpha.7"
version = "0.1.0-alpha.8-pre"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/notary/tests-integration/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "notary-tests-integration"
version = "0.0.0"
version = "0.1.0-alpha.8-pre"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion crates/prover/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Contains the prover library"
keywords = ["tls", "mpc", "2pc", "prover"]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
version = "0.1.0-alpha.7"
version = "0.1.0-alpha.8-pre"
edition = "2021"

[features]
Expand Down
3 changes: 2 additions & 1 deletion crates/server-fixture/certs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[package]
name = "tlsn-server-fixture-certs"
version = "0.1.0"
publish = false
version = "0.0.0"
edition = "2021"
3 changes: 2 additions & 1 deletion crates/server-fixture/server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "tlsn-server-fixture"
version = "0.1.0"
publish = false
version = "0.0.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/tests-integration/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tests-integration"
version = "0.0.0"
version = "0.1.0-alpha.8-pre"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion crates/tls/backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "A TLS backend trait for TLSNotary"
keywords = ["tls", "mpc", "2pc"]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
version = "0.1.0-alpha.7"
version = "0.1.0-alpha.8-pre"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion crates/tls/client-async/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "An async TLS client for TLSNotary"
keywords = ["tls", "mpc", "2pc", "client", "async"]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
version = "0.1.0-alpha.7"
version = "0.1.0-alpha.8-pre"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion crates/tls/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "A TLS client for TLSNotary"
keywords = ["tls", "mpc", "2pc", "client", "sync"]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
version = "0.1.0-alpha.7"
version = "0.1.0-alpha.8-pre"
edition = "2021"
autobenches = false

Expand Down
2 changes: 1 addition & 1 deletion crates/tls/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Cryptographic operations for the TLSNotary TLS client"
keywords = ["tls", "mpc", "2pc"]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
version = "0.1.0-alpha.7"
version = "0.1.0-alpha.8-pre"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion crates/tls/mpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Implementation of the backend trait for 2PC"
keywords = ["tls", "mpc", "2pc"]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
version = "0.1.0-alpha.7"
version = "0.1.0-alpha.8-pre"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion crates/tls/server-fixture/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Fixtures for testing"
keywords = ["tls", "fixture"]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
version = "0.0.0"
version = "0.1.0-alpha.8-pre"
edition = "2021"
publish = false

Expand Down
4 changes: 2 additions & 2 deletions crates/verifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "A library for the TLSNotary verifier"
keywords = ["tls", "mpc", "2pc"]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
version = "0.1.0-alpha.7"
version = "0.1.0-alpha.8-pre"
edition = "2021"

[features]
Expand Down Expand Up @@ -33,4 +33,4 @@ opaque-debug = { workspace = true }
rand = { workspace = true }
thiserror = { workspace = true }
tracing = { workspace = true }
web-time = { workspace = true }
web-time = { workspace = true }
2 changes: 1 addition & 1 deletion crates/wasm-test-runner/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tlsn-wasm-test-runner"
version = "0.0.0"
version = "0.1.0-alpha.8-pre"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion crates/wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tlsn-wasm"
version = "0.1.0-alpha.7"
version = "0.1.0-alpha.8-pre"
edition = "2021"

[lib]
Expand Down

0 comments on commit 6e80d03

Please sign in to comment.