Skip to content

Commit ee4f66b

Browse files
authored
Merge pull request #8 from Kobzol/update
Update
2 parents b83b752 + 2558840 commit ee4f66b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

book.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ create-missing = false
99
[preprocessor.toc]
1010
command = "mdbook-toc"
1111
renderer = ["html"]
12-
12+
# WIP
1313
[preprocessor.mermaid]
1414
command = "mdbook-mermaid"
1515

josh-sync/src/sync.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use xshell::{cmd, Shell};
99
/// Used for rustc syncs.
1010
const JOSH_FILTER: &str = ":/src/doc/rustc-dev-guide";
1111
const JOSH_PORT: u16 = 42042;
12-
const UPSTREAM_REPO: &str = "rust-lang/rust";
12+
const UPSTREAM_REPO: &str = "kobzol/rust";
1313

1414
pub struct GitSync {
1515
dir: PathBuf,

rust-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9c87288a7d2f03625a813df6d3bfe43c09ad4f5a
1+
5c516aaba62e416c3e8271f712b554a8a0899dc8

0 commit comments

Comments
 (0)