Skip to content

Commit 58f8f72

Browse files
committed
Use local rust_team_data data structures in sync-team
1 parent 17fc93c commit 58f8f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sync-team/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ clap = { version = "4.5", features = ["derive", "env"] }
99
reqwest = { version = "0.12.8", features = ["blocking", "json", "rustls-tls", "charset", "http2", "macos-system-configuration"], default-features = false }
1010
log = "0.4"
1111
env_logger = "0.11"
12-
rust_team_data = { git = "https://github.com/rust-lang/team", features = ["email-encryption"] }
12+
rust_team_data = { path = "../rust_team_data", features = ["email-encryption"] }
1313
serde = { version = "1.0", features = ["derive"] }
1414
anyhow = "1.0"
1515
base64 = "0.22"

0 commit comments

Comments
 (0)