Skip to content

Commit

Permalink
Merge pull request #8 from Kobzol/update
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
Kobzol authored Jan 8, 2025
2 parents b83b752 + 2558840 commit ee4f66b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ create-missing = false
[preprocessor.toc]
command = "mdbook-toc"
renderer = ["html"]

# WIP
[preprocessor.mermaid]
command = "mdbook-mermaid"

Expand Down
2 changes: 1 addition & 1 deletion josh-sync/src/sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use xshell::{cmd, Shell};
/// Used for rustc syncs.
const JOSH_FILTER: &str = ":/src/doc/rustc-dev-guide";
const JOSH_PORT: u16 = 42042;
const UPSTREAM_REPO: &str = "rust-lang/rust";
const UPSTREAM_REPO: &str = "kobzol/rust";

pub struct GitSync {
dir: PathBuf,
Expand Down
2 changes: 1 addition & 1 deletion rust-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9c87288a7d2f03625a813df6d3bfe43c09ad4f5a
5c516aaba62e416c3e8271f712b554a8a0899dc8

0 comments on commit ee4f66b

Please sign in to comment.