Skip to content

Commit ae2aa0d

Browse files
committed
Update to LLVM 21
1 parent 011ba36 commit ae2aa0d

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Cargo.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "mind"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
edition = "2021"
55
rust-version = "1.82"
6-
authors = ["MIND Language Contributors"]
6+
authors = ["STARGA Inc."]
77
description = "The native language for intelligent systems"
88
repository = "https://github.com/star-ga/mind"
99
homepage = "https://github.com/star-ga/mind"
@@ -19,7 +19,7 @@ exclude = ["assets/", "benchmarks/", "examples/"]
1919
logos = "0.13"
2020
chumsky = "0.9"
2121
melior = { version = "0.21", optional = true }
22-
inkwell = { version = "0.5.0", features = ["llvm18-0"], optional = true }
22+
inkwell = { version = "0.8.0", features = ["llvm21-1"], optional = true }
2323
clap = { version = "4.4", features = ["derive"] }
2424
colored = "2.0"
2525
anyhow = "1.0"
@@ -104,11 +104,8 @@ ffi-examples = []
104104
pkg = ["tar", "flate2", "sha2"]
105105
registry = []
106106
python-bindings = ["pyo3"]
107-
# AOT compilation support - produces native executables
108107
aot = ["mlir-build", "mlir-lowering", "autodiff"]
109-
# Full compiler with all features
110108
full = ["aot", "autodiff", "cpu-exec", "cpu-conv", "pkg", "ffi-c"]
111109

112110
[build-dependencies]
113111
cc = "1"
114-

0 commit comments

Comments
 (0)