Update to edition 2021
This commit is contained in:
parent
6098bf84d6
commit
8c9d787868
7
Cargo.lock
generated
Normal file
7
Cargo.lock
generated
Normal file
@ -0,0 +1,7 @@
|
||||
# This file is automatically @generated by Cargo.
|
||||
# It is not intended for manual editing.
|
||||
version = 3
|
||||
|
||||
[[package]]
|
||||
name = "schala"
|
||||
version = "0.1.0"
|
@ -1,12 +1,9 @@
|
||||
[package]
|
||||
name = "null_only_language"
|
||||
name = "schala"
|
||||
version = "0.1.0"
|
||||
authors = ["greg <greg.shuflin@protonmail.com>"]
|
||||
authors = ["greg <greg@everydayimshuflin.com>"]
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
||||
simplerepl = { path = "../simplerepl" }
|
||||
llvm-sys = "*"
|
||||
|
||||
[dependencies.iron_llvm]
|
||||
git = "https://github.com/jauhien/iron-llvm.git"
|
||||
|
Loading…
Reference in New Issue
Block a user