File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
2727pub const STDLIB_MODULE_PATH : & str = "github.com/diodeinc/stdlib" ;
You can’t perform that action at this time.
0 commit comments