Skip to content

Commit ee9b196

Browse files
committed
Fix compilation
1 parent 5106b18 commit ee9b196

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

Cargo.lock

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

src/bin/rustc_josh_sync.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
use anyhow::Context;
22
use clap::Parser;
3-
use josh_sync::SyncContext;
4-
use josh_sync::config::{JoshConfig, load_config};
5-
use josh_sync::josh::{JoshProxy, try_install_josh};
6-
use josh_sync::sync::{GitSync, RustcPullError, UPSTREAM_REPO};
7-
use josh_sync::utils::prompt;
3+
use rustc_josh_sync::SyncContext;
4+
use rustc_josh_sync::config::{JoshConfig, load_config};
5+
use rustc_josh_sync::josh::{JoshProxy, try_install_josh};
6+
use rustc_josh_sync::sync::{GitSync, RustcPullError, UPSTREAM_REPO};
7+
use rustc_josh_sync::utils::prompt;
88
use std::path::{Path, PathBuf};
99

1010
const DEFAULT_CONFIG_PATH: &str = "josh-sync.toml";

0 commit comments

Comments
 (0)