Skip to content

Commit 69eebc8

Browse files
committed
chore: release v0.12
1 parent 8d34606 commit 69eebc8

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
strategy:
4747
fail-fast: false
4848
matrix:
49-
os: [ ubuntu-22.04, ubuntu-latest, macos-13, macos-latest, windows-2019, windows-latest ]
49+
os: [ ubuntu-22.04, ubuntu-latest, macos-13, macos-latest, windows-2022, windows-latest ]
5050
steps:
5151
- uses: actions/checkout@v4
5252
- uses: dtolnay/rust-toolchain@stable

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ default-members = [
1313
]
1414

1515
[workspace.package]
16-
version = "0.12.0-rc.1"
16+
version = "0.12.0"
1717
authors = ["Dr Maxim Orlovsky <[email protected]>"]
1818
homepage = "https://github.com/LNP-BP"
1919
repository = "https://github.com/LNP-BP/client_side_validation"
@@ -47,8 +47,8 @@ name = "client_side_validation"
4747
path = "src/lib.rs"
4848

4949
[dependencies]
50-
commit_verify = { version = "0.12.0-beta.6", path = "./commit_verify", default-features = false }
51-
single_use_seals = { version = "0.12.0-beta.6", path = "./single_use_seals", features = ["strict_encoding"] }
50+
commit_verify = { version = "0.12.0", path = "./commit_verify", default-features = false }
51+
single_use_seals = { version = "0.12.0", path = "./single_use_seals", features = ["strict_encoding"] }
5252
serde = { workspace = true, optional = true }
5353

5454
[features]

0 commit comments

Comments
 (0)