From 8c9d787868c691b1fa90902b197e87d6bb5dfa23 Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Tue, 13 Aug 2024 01:58:20 -0700 Subject: [PATCH] Update to edition 2021 --- Cargo.lock | 7 +++++++ Cargo.toml | 9 +++------ 2 files changed, 10 insertions(+), 6 deletions(-) create mode 100644 Cargo.lock diff --git a/Cargo.lock b/Cargo.lock new file mode 100644 index 0000000..8d7d961 --- /dev/null +++ b/Cargo.lock @@ -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" diff --git a/Cargo.toml b/Cargo.toml index 3a49afa..c139836 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,9 @@ [package] -name = "null_only_language" +name = "schala" version = "0.1.0" -authors = ["greg "] +authors = ["greg "] +edition = "2021" [dependencies] -simplerepl = { path = "../simplerepl" } -llvm-sys = "*" -[dependencies.iron_llvm] -git = "https://github.com/jauhien/iron-llvm.git"