Skip to content

Commit 3f1801a

Browse files
committed
Bumped version
1 parent e913f69 commit 3f1801a

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

.cargo/config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[registries.crates-io]
2+
protocol = "sparse"

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
### Fixed
1717

18+
# [1.0.1] - 2026-07-10
19+
20+
### Fixed
21+
22+
- Use `doc_cfg` instead of `doc_auto_cfg` for docsrs builds
23+
1824
# [1.0.0] - 2026-07-09
1925

2026
### Changed
2127

22-
- `FutureExt` is now implemented for `IntoFuture`, not just `Future`.
28+
- `FutureExt` is now implemented for `IntoFuture`, not just `Future`
2329

2430
# [0.4.0] - 2024-10-26
2531

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ default-members = ["macro"]
44

55
[package]
66
name = "pollster"
7-
version = "1.0.0"
7+
version = "1.0.1"
88
description = "Synchronously block the thread until a future completes"
99
categories = ["asynchronous", "concurrency"]
1010
keywords = ["async", "minimal", "executor", "runtime", "block_on"]

macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pollster-macro"
3-
version = "1.0.0" # Should be kept in sync with `pollster`
3+
version = "1.0.1" # Should be kept in sync with `pollster`
44
description = "Proc-macro crate for pollster"
55
categories = ["asynchronous", "concurrency"]
66
keywords = ["async", "minimal", "executor", "runtime", "block_on"]

0 commit comments

Comments
 (0)