Skip to content

Commit d9e5f6a

Browse files
committed
Bump block-sys version 0.1.0-beta.0 -> 0.1.0-beta.1
1 parent 9002092 commit d9e5f6a

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

block-sys/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## Unreleased - YYYY-MM-DD
88

9+
## 0.1.0-beta.1 - 2022-08-28
10+
11+
### Fixed
12+
* Fixed `docs.rs` setup.
13+
914

1015
## 0.1.0-beta.0 - 2022-07-19
1116

block-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "block-sys"
3-
version = "0.1.0-beta.0" # Remember to update html_root_url in lib.rs
3+
version = "0.1.0-beta.1" # Remember to update html_root_url in lib.rs
44
authors = ["Mads Marquart <[email protected]>"]
55
edition = "2021"
66

block-sys/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#![warn(clippy::cargo)]
2121
#![warn(clippy::ptr_as_ptr)]
2222
// Update in Cargo.toml as well.
23-
#![doc(html_root_url = "https://docs.rs/block-sys/0.1.0-beta.0")]
23+
#![doc(html_root_url = "https://docs.rs/block-sys/0.1.0-beta.1")]
2424
#![cfg_attr(feature = "unstable-docsrs", feature(doc_auto_cfg, doc_cfg_hide))]
2525
#![cfg_attr(feature = "unstable-docsrs", doc(cfg_hide(doc)))]
2626

block2/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
88

99
### Changed
1010
* **BREAKING**: Updated `objc2-encode` to `v2.0.0-pre.2`.
11+
* Updated `ffi` module to `block-sys v0.1.0-beta.1`.
1112

1213
### Fixed
1314
* **BREAKING**: Cleaned up `BlockArguments` trait, it is now sealed and a

block2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ gnustep-2-1 = ["gnustep-2-0", "block-sys/gnustep-2-1", "objc2-encode/gnustep-2-1
3535

3636
[dependencies]
3737
objc2-encode = { path = "../objc2-encode", version = "=2.0.0-pre.2", default-features = false }
38-
block-sys = { path = "../block-sys", version = "=0.1.0-beta.0", default-features = false }
38+
block-sys = { path = "../block-sys", version = "=0.1.0-beta.1", default-features = false }
3939

4040
[package.metadata.docs.rs]
4141
default-target = "x86_64-apple-darwin"

0 commit comments

Comments
 (0)