Skip to content

Commit 1204404

Browse files
committed
fix: re-export builder config err
1 parent b5e5498 commit 1204404

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "init4-bin-base"
44
description = "Internal utilities for binaries produced by the init4 team"
55
keywords = ["init4", "bin", "base"]
66

7-
version = "0.2.0"
7+
version = "0.2.1"
88
edition = "2021"
99
rust-version = "1.81"
1010
authors = ["init4", "James Prestwich"]

src/perms/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pub(crate) mod builders;
2-
pub use builders::{Builder, BuilderPermissionError, Builders};
2+
pub use builders::{Builder, BuilderConfigError, BuilderPermissionError, Builders};
33

44
pub(crate) mod config;
55
pub use config::{SlotAuthzConfig, SlotAuthzConfigError};

0 commit comments

Comments
 (0)