Skip to content

Commit 76127a6

Browse files
committed
release 0.12
1 parent 5070fd3 commit 76127a6

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
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: 7 additions & 7 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
@@ -1,6 +1,6 @@
11
[package]
22
name = "rgb-interfaces"
3-
version = "0.12.0-rc.2"
3+
version = "0.12.0"
44
description = "Collection of the standard RGB smart contract interface"
55
keywords = ["bitcoin", "lightning", "rgb", "smart-contracts", "lnp-bp"]
66
categories = ["cryptography::cryptocurrencies"]
@@ -23,8 +23,8 @@ name = "ifaces"
2323
amplify = "4.9.0"
2424
strict_encoding = "~2.9.1"
2525
strict_types = "~2.9.0"
26-
commit_verify = { version = "0.12.0-rc.1", features = ["stl"] }
27-
bp-consensus = { version = "0.12.0-rc.2", features = ["stl"] }
26+
commit_verify = { version = "0.12.0", features = ["stl"] }
27+
bp-consensus = { version = "0.12.0", features = ["stl"] }
2828
serde = { version = "1.0", optional = true, features = ["derive"] }
2929
serde_with = "1.14"
3030

codecov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ coverage:
88
status:
99
project:
1010
default:
11-
target: 75%
11+
target: 0%
1212
threshold: 1%
1313
branches:
1414
- master
1515
patch:
1616
default:
17-
target: 60%
17+
target: 0%
1818
threshold: 1%
1919
only_pulls: true

0 commit comments

Comments
 (0)