diff --git a/Cargo.toml b/Cargo.toml index 39546a6a..f24f9cf2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "rock" -version = "0.2.1-develop" +version = "0.2.1-autoprelude" authors = ["champii "] edition = "2018" [dependencies] clap = "2.32.0" -lazy_static = "1.4.0" +lazy_static = "1.2.0" regex = "1" env_logger = "0.5.12" log = "0.4" diff --git a/README.md b/README.md index 545111de..af307346 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Rock v0.2.1-develop +# Rock v0.2.1-autoprelude -[![Rust](https://github.com/Champii/Rock/actions/workflows/rust.yml/badge.svg?branch=develop)](https://github.com/Champii/Rock/actions/workflows/rust.yml) +[![Rust](https://github.com/Champii/Rock/actions/workflows/rust.yml/badge.svg?branch=autoprelude)](https://github.com/Champii/Rock/actions/workflows/rust.yml) Little language made with Rust and LLVM. @@ -45,10 +45,10 @@ You will need `clang` somewhere in your $PATH Linux x86_64 only -[Rock v0.2.1-develop](https://github.com/Champii/Rock/releases/download/v0.2.1-develop/rock) (Tested on arch, btw) +[Rock v0.2.1-autoprelude](https://github.com/Champii/Rock/releases/download/v0.2.1-autoprelude/rock) (Tested on arch, btw) ``` sh -wget https://github.com/Champii/Rock/releases/download/v0.2.1-develop/rock +wget https://github.com/Champii/Rock/releases/download/v0.2.1-autoprelude/rock chmod +x rock ./rock -V ``` @@ -250,7 +250,7 @@ rock --repl ``` ``` sh -Rock: v0.2.1-develop +Rock: v0.2.1-autoprelude ---- Type ':?' for help