Skip to content

Commit 15fa0b1

Browse files
committed
Bump stdlib version to 0.5.8
1 parent 4a41559 commit 15fa0b1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to Semantic Versioning (https://semver.org/spec/v2.0.0.
88

99
## [Unreleased]
1010

11+
### Changed
12+
13+
- Bump stdlib to 0.5.8
14+
1115
## [0.3.41] - 2026-02-12
1216

1317
### Fixed

crates/pcb-zen-core/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pub mod workspace;
2121
/// This version is used as an implicit minimum dependency for all packages.
2222
/// Users can upgrade past this version by explicitly declaring a newer version
2323
/// in their pcb.toml, but cannot use an older version.
24-
pub const STDLIB_VERSION: &str = "0.5.7";
24+
pub const STDLIB_VERSION: &str = "0.5.8";
2525

2626
/// The module path for stdlib
2727
pub const STDLIB_MODULE_PATH: &str = "github.com/diodeinc/stdlib";

0 commit comments

Comments
 (0)