Skip to content

Commit

Permalink
Generated files for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Champii committed Apr 20, 2022
1 parent ee316db commit ed69399
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "rock"
version = "0.2.1-develop"
version = "0.2.1-autoprelude"
authors = ["champii <contact@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"
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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
```
Expand Down Expand Up @@ -250,7 +250,7 @@ rock --repl
```

``` sh
Rock: v0.2.1-develop
Rock: v0.2.1-autoprelude
----

Type ':?' for help
Expand Down

0 comments on commit ed69399

Please sign in to comment.