Skip to content

Commit 26fec32

Browse files
committed
release: lexe-sdk-rust-v0.1.19
1 parent dffe8cb commit 26fec32

21 files changed

Lines changed: 57 additions & 57 deletions

File tree

Cargo.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -74,25 +74,25 @@ version = "0.0.0"
7474
# | rg '([^ ]+) v([^ ]+) .*' --replace '$1 = { version = "$2", path = "$1" }' \
7575
# | LC_ALL=C sort -u
7676
# ```
77-
lexe = { version = "0.1.18", path = "lexe" }
78-
lexe-api = { version = "0.1.18", path = "lexe-api" }
79-
lexe-api-core = { version = "0.1.18", path = "lexe-api-core" }
80-
lexe-byte-array = { version = "0.1.18", path = "lexe-byte-array" }
81-
lexe-common = { version = "0.1.18", path = "lexe-common" }
82-
lexe-crypto = { version = "0.1.18", path = "lexe-crypto" }
83-
lexe-enclave = { version = "0.1.18", path = "lexe-enclave" }
84-
lexe-hex = { version = "0.1.18", path = "lexe-hex" }
85-
lexe-logger = { version = "0.1.18", path = "lexe-logger" }
86-
lexe-node-client = { version = "0.1.18", path = "lexe-node-client" }
87-
lexe-payment-uri = { version = "0.1.18", path = "lexe-payment-uri" }
88-
lexe-payment-uri-core = { version = "0.1.18", path = "lexe-payment-uri-core" }
89-
lexe-qr = { version = "0.1.18", path = "lexe-qr" }
90-
lexe-serde = { version = "0.1.18", path = "lexe-serde" }
91-
lexe-sha256 = { version = "0.1.18", path = "lexe-sha256" }
92-
lexe-std = { version = "0.1.18", path = "lexe-std" }
93-
lexe-tls = { version = "0.1.18", path = "lexe-tls" }
94-
lexe-tls-core = { version = "0.1.18", path = "lexe-tls-core" }
95-
lexe-tokio = { version = "0.1.18", path = "lexe-tokio" }
77+
lexe = { version = "0.1.19", path = "lexe" }
78+
lexe-api = { version = "0.1.19", path = "lexe-api" }
79+
lexe-api-core = { version = "0.1.19", path = "lexe-api-core" }
80+
lexe-byte-array = { version = "0.1.19", path = "lexe-byte-array" }
81+
lexe-common = { version = "0.1.19", path = "lexe-common" }
82+
lexe-crypto = { version = "0.1.19", path = "lexe-crypto" }
83+
lexe-enclave = { version = "0.1.19", path = "lexe-enclave" }
84+
lexe-hex = { version = "0.1.19", path = "lexe-hex" }
85+
lexe-logger = { version = "0.1.19", path = "lexe-logger" }
86+
lexe-node-client = { version = "0.1.19", path = "lexe-node-client" }
87+
lexe-payment-uri = { version = "0.1.19", path = "lexe-payment-uri" }
88+
lexe-payment-uri-core = { version = "0.1.19", path = "lexe-payment-uri-core" }
89+
lexe-qr = { version = "0.1.19", path = "lexe-qr" }
90+
lexe-serde = { version = "0.1.19", path = "lexe-serde" }
91+
lexe-sha256 = { version = "0.1.19", path = "lexe-sha256" }
92+
lexe-std = { version = "0.1.19", path = "lexe-std" }
93+
lexe-tls = { version = "0.1.19", path = "lexe-tls" }
94+
lexe-tls-core = { version = "0.1.19", path = "lexe-tls-core" }
95+
lexe-tokio = { version = "0.1.19", path = "lexe-tokio" }
9696
sdk-uniffi = { version = "0.1.1", path = "sdk-uniffi" }
9797

9898
# --- EXTERNAL DEPENDENCIES --- #

lexe-api-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lexe-api-core"
3-
version = "0.1.18"
3+
version = "0.1.19"
44
license = "MIT"
55
description = "Core Lexe API types and traits"
66
documentation = "https://docs.rs/lexe-api-core"

lexe-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lexe-api"
3-
version = "0.1.18"
3+
version = "0.1.19"
44
license = "MIT"
55
description = "Lexe API types, definitions, client/server utils, and TLS config"
66
documentation = "https://docs.rs/lexe-api"

lexe-byte-array/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lexe-byte-array"
3-
version = "0.1.18"
3+
version = "0.1.19"
44
license = "MIT"
55
description = "Byte array newtype trait"
66
documentation = "https://docs.rs/lexe-byte-array"

lexe-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 = "lexe-common"
3-
version = "0.1.18"
3+
version = "0.1.19"
44
license = "MIT"
55
description = "Lexe common types, traits, and utilities"
66
documentation = "https://docs.rs/lexe-common"

lexe-crypto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lexe-crypto"
3-
version = "0.1.18"
3+
version = "0.1.19"
44
license = "MIT"
55
description = "Lexe cryptography library (ring wrapper)"
66
documentation = "https://docs.rs/lexe-crypto"

lexe-enclave/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lexe-enclave"
3-
version = "0.1.18"
3+
version = "0.1.19"
44
license = "MIT"
55
description = "Lexe Intel SGX enclave types and platform functions"
66
documentation = "https://docs.rs/lexe-enclave"

lexe-hex/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lexe-hex"
3-
version = "0.1.18"
3+
version = "0.1.19"
44
license = "MIT"
55
description = "Opinionated hex encode/decode utilities"
66
documentation = "https://docs.rs/lexe-hex"

lexe-logger/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lexe-logger"
3-
version = "0.1.18"
3+
version = "0.1.19"
44
license = "MIT"
55
description = "Lexe SDK tracing logger configuration"
66
documentation = "https://docs.rs/lexe-logger"

0 commit comments

Comments
 (0)