Skip to content

Commit 4d54ce5

Browse files
committed
chore: bump versions
1 parent 786e8e0 commit 4d54ce5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-embassy-devtool"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55

66
[dependencies]
@@ -12,7 +12,7 @@ serde = { version = "1.0.198", features = ["derive"] }
1212
regex = "1.10.4"
1313
anyhow = "1"
1414
semver = "1.0.26"
15-
cargo-semver-checks = "0.43.0"
15+
cargo-semver-checks = "0.45.0"
1616
log = "0.4"
1717
simple_logger = "5.0.0"
1818
temp-file = "0.1.9"
@@ -21,4 +21,4 @@ crates-index = "3.11.0"
2121
tar = "0.4"
2222
reqwest = { version = "0.12", features = ["blocking"] }
2323
cargo-manifest = "0.19.1"
24-
shell-words = "1.1.1"
24+
shell-words = "1.1.1"

src/cmd/semver_check.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ fn build_doc_json(krate: &Crate, config: &BuildConfig) -> Result<PathBuf, anyhow
183183
// always use `specific nightly` toolchain so we don't have to deal with potentially
184184
// different versions of the doc-json
185185
let mut cargo_args = vec![
186-
"+nightly-2025-06-29".to_string(),
186+
"+nightly-2025-12-11".to_string(),
187187
"rustdoc".to_string(),
188188
"--lib".to_string(),
189189
"--output-format=json".to_string(),

0 commit comments

Comments
 (0)