Skip to content

Commit 489da63

Browse files
authored
Bump stdlib version to 0.5.7 (#528)
1 parent 2090ba4 commit 489da63

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to Semantic Versioning (https://semver.org/spec/v2.0.0.
1414

1515
### Changed
1616

17+
- Bump stdlib to 0.5.7
1718
- `pcb import` now scaffolds a full workspace (git init, README, .gitignore) when the output directory is new, matching `pcb new --workspace`.
1819

1920
## [0.3.39] - 2026-02-11

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.6";
24+
pub const STDLIB_VERSION: &str = "0.5.7";
2525

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

0 commit comments

Comments
 (0)