Skip to content

Commit 31def9e

Browse files
authored
chore: bump prerelease version (#895)
1 parent 878fe7e commit 31def9e

File tree

18 files changed

+18
-18
lines changed

18 files changed

+18
-18
lines changed

crates/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tlsn-common"
33
description = "Common code shared between tlsn-prover and tlsn-verifier"
4-
version = "0.1.0-alpha.11"
4+
version = "0.1.0-alpha.12-pre"
55
edition = "2021"
66

77
[lints]

crates/components/cipher/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "This crate provides implementations of ciphers for two parties"
55
keywords = ["tls", "mpc", "2pc", "aes"]
66
categories = ["cryptography"]
77
license = "MIT OR Apache-2.0"
8-
version = "0.1.0-alpha.11"
8+
version = "0.1.0-alpha.12-pre"
99
edition = "2021"
1010

1111
[lints]

crates/components/deap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tlsn-deap"
3-
version = "0.1.0-alpha.11"
3+
version = "0.1.0-alpha.12-pre"
44
edition = "2021"
55

66
[lints]

crates/components/hmac-sha256/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "A 2PC implementation of TLS HMAC-SHA256 PRF"
55
keywords = ["tls", "mpc", "2pc", "hmac", "sha256"]
66
categories = ["cryptography"]
77
license = "MIT OR Apache-2.0"
8-
version = "0.1.0-alpha.11"
8+
version = "0.1.0-alpha.12-pre"
99
edition = "2021"
1010

1111
[lints]

crates/components/key-exchange/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Implementation of the 3-party key-exchange protocol"
55
keywords = ["tls", "mpc", "2pc", "pms", "key-exchange"]
66
categories = ["cryptography"]
77
license = "MIT OR Apache-2.0"
8-
version = "0.1.0-alpha.11"
8+
version = "0.1.0-alpha.12-pre"
99
edition = "2021"
1010

1111
[lints]

crates/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Core types for TLSNotary"
55
keywords = ["tls", "mpc", "2pc", "types"]
66
categories = ["cryptography"]
77
license = "MIT OR Apache-2.0"
8-
version = "0.1.0-alpha.11"
8+
version = "0.1.0-alpha.12-pre"
99
edition = "2021"
1010

1111
[lints]

crates/formats/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tlsn-formats"
3-
version = "0.1.0-alpha.11"
3+
version = "0.1.0-alpha.12-pre"
44
edition = "2021"
55

66
[lints]

crates/mpc-tls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "TLSNotary MPC-TLS protocol"
55
keywords = ["tls", "mpc", "2pc"]
66
categories = ["cryptography"]
77
license = "MIT OR Apache-2.0"
8-
version = "0.1.0-alpha.11"
8+
version = "0.1.0-alpha.12-pre"
99
edition = "2021"
1010

1111
[lints]

crates/notary/client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "notary-client"
3-
version = "0.1.0-alpha.11"
3+
version = "0.1.0-alpha.12-pre"
44
edition = "2021"
55

66
[lints]

crates/notary/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "notary-common"
3-
version = "0.1.0-alpha.11"
3+
version = "0.1.0-alpha.12-pre"
44
description = "Common code shared between notary-server and notary-client"
55
edition = "2021"
66

0 commit comments

Comments
 (0)