Skip to content

Commit 80c49e0

Browse files
committed
Switch llvm-alt-sys dependency to llvm-sys, the fork is no longer
neccessary
1 parent 770c5e8 commit 80c49e0

File tree

2 files changed

+35
-12
lines changed

2 files changed

+35
-12
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "BSD-3-Clause"
99
name = "llvm-alt"
1010
readme = "README.md"
1111
repository = "https://github.com/TomBebbington/llvm-rs"
12-
version = "0.3.1"
12+
version = "0.3.2"
1313

1414
[lib]
1515

@@ -21,4 +21,4 @@ lto = true
2121
[dependencies]
2222
cbox = "*"
2323
libc = "*"
24-
llvm-alt-sys = "*"
24+
llvm-sys = "*"

0 commit comments

Comments
 (0)