Skip to content

Commit 8a7a350

Browse files
committed
update
1 parent c6d9dad commit 8a7a350

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

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

irvm-lower/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "irvm-lower"
3-
version = "0.1.0-alpha.4"
3+
version = "0.1.0-alpha.6"
44
edition = "2024"
55
authors = ["Edgar Luque <git@edgl.dev>"]
66
description = "The lowering library for IRVM to go to LLVM IR"
@@ -11,8 +11,8 @@ license = "Apache-2.0"
1111
documentation = "https://edg-l.github.io/irvm/irvm_lower/"
1212

1313
[dependencies]
14-
llvm-sys = "201.0.1"
15-
irvm = { path = "..", version = "0.1.0-alpha.4" }
14+
llvm-sys = "211.0.0"
15+
irvm = { path = "..", version = "0.1.0-alpha.6" }
1616
itertools = "0.14.0"
1717
thiserror = "2.0.12"
1818
# Dwarf constants

0 commit comments

Comments
 (0)