Skip to content

Commit b2ce95b

Browse files
committed
remove build-dependency to fix test failures
1 parent 2e752c3 commit b2ce95b

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

crates/fig_integrations/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,5 @@ core-foundation = "0.10.0"
4747
plist = "1.7.1"
4848
objc.workspace = true
4949

50-
[build-dependencies]
51-
fig_util.workspace = true
52-
5350
[dev-dependencies]
5451
tempfile.workspace = true

crates/fig_integrations/build.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
use fig_util::CLI_BINARY_NAME;
2-
1+
const CLI_BINARY_NAME: &str = "q";
32
const CODEX_FOLDER: &str = "src/shell/inline_shell_completion";
43

54
// The order here is very specific, do no edit without understanding the implications

0 commit comments

Comments
 (0)