We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2fa0a2 commit c31887bCopy full SHA for c31887b
1 file changed
src/transform/intralinks/rustdoc.rs
@@ -17,7 +17,7 @@ use rustdoc_types::{Enum, ProcMacro, Union};
17
use std::collections::HashMap;
18
use std::path::{Path, PathBuf};
19
20
-const EXPECTED_RUSTDOC_FORMAT_VERSION: u32 = 55;
+const EXPECTED_RUSTDOC_FORMAT_VERSION: u32 = 56;
21
22
fn crate_from_file(path: &Path) -> Result<Crate, IntralinkError> {
23
let json = std::fs::read_to_string(path)
0 commit comments