Skip to content

Commit 490766d

Browse files
committed
Update to dist 1.0.1
1 parent 77b61b8 commit 490766d

3 files changed

Lines changed: 12 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Nothing Yet!
44

5+
# Version 1.0.1 (2025-06-17)
6+
7+
## Fixes
8+
9+
- Fix minimum glibc version at which we fall back to musl.
10+
511
# Version 1.0.0 (2025-06-17)
612

713
## Fixes

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ edition = "2021"
1818
license = "MIT OR Apache-2.0"
1919
repository = "https://github.com/oxidecomputer/cargo-dist"
2020
homepage = "https://opensource.axo.dev/cargo-dist/"
21-
version = "1.0.0"
21+
version = "1.0.1"
2222
rust-version = "1.74"
2323

2424
[workspace.dependencies]
2525
# intra-workspace deps (you need to bump these versions when you cut releases too!
26-
dist-schema = { version = "=1.0.0", path = "cargo-dist-schema" }
27-
axoproject = { version = "=1.0.0", path = "axoproject", default-features = false, features = ["cargo-projects", "generic-projects", "npm-projects"] }
26+
dist-schema = { version = "=1.0.1", path = "cargo-dist-schema" }
27+
axoproject = { version = "=1.0.1", path = "axoproject", default-features = false, features = ["cargo-projects", "generic-projects", "npm-projects"] }
2828

2929
# vendored first-party deps
3030
axocli = { version = "0.2.0", path = "vendor/axocli" }

0 commit comments

Comments
 (0)