Skip to content

Commit 2ce5fe0

Browse files
authored
chore: Change version to make Docs.rs rebuild with proper flags
1 parent 89d0bf3 commit 2ce5fe0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ironbeam"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
edition = "2024"
55
license = "MIT"
66
description = "A batch processing clone of Apache Beam in Rust."
@@ -55,4 +55,4 @@ tempfile = "3"
5555
tempfile = "3"
5656

5757
[package.metadata.docs.rs]
58-
all-features = true
58+
all-features = true

0 commit comments

Comments
 (0)