Skip to content

Commit 4310f7d

Browse files
feat: Upgrade to latest nightly (2025-10-04)
1 parent 4e10769 commit 4310f7d

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ rlimit = "0.10.2"
125125
ron = "0.10"
126126
rustc-hash = "2"
127127
rusqlite = "0.32"
128-
rustdoc-types = { version = "0.54.0", features = ["rustc-hash"] }
128+
rustdoc-types = { version = "0.56.0", features = ["rustc-hash"] }
129129
sanitize-filename = "0.6"
130130
self-replace = "1.5.0"
131131
secrecy = "0.10.3"

compiler/pavexc/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ mod utils;
1414

1515
/// The Rust toolchain used by `pavexc` to generate JSON docs, unless
1616
/// overridden by the user.
17-
pub static DEFAULT_DOCS_TOOLCHAIN: &str = "nightly-2025-07-24";
17+
pub static DEFAULT_DOCS_TOOLCHAIN: &str = "nightly-2025-08-04";

runtime/pavex/src/tls/client/config.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ pub(crate) mod _config {
5656
pub struct TlsClientPolicyConfig {
5757
/// The cryptographic stack used to secure the connection.
5858
///
59-
/// Refer to the documentation for [`CryptoProviderConfig`](CryptoProviderConfig)
59+
/// Refer to the documentation for [`CryptoProviderConfig`]
6060
/// for more details.
6161
#[serde(default)]
6262
#[serde(with = "serde_yaml::with::singleton_map_recursive")]
6363
pub crypto_provider: CryptoProviderConfig,
6464
/// Which TLS versions are allowed.
6565
///
66-
/// Refer to the documentation for [`AllowedTlsVersionsConfig`](AllowedTlsVersionsConfig)
66+
/// Refer to the documentation for [`AllowedTlsVersionsConfig`]
6767
/// for more details.
6868
#[serde(default)]
6969
pub allowed_versions: AllowedTlsVersionsConfig,

0 commit comments

Comments
 (0)