Skip to content

Commit 754fdf8

Browse files
authored
Change to use my version of llvm-sys
I needed to make some changes to the llvm-sys build process
1 parent a2fc5c8 commit 754fdf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ libc = "0.*"
2525

2626
[dependencies.llvm-sys]
2727
version = "*"
28-
git = "https://github.com/TomBebbington/llvm-sys.rs"
28+
git = "https://github.com/Others/llvm-sys.rs"

0 commit comments

Comments
 (0)