Skip to content

Commit

Permalink
Minor corrections to bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
darionhaase committed Apr 22, 2024
1 parent bc8505a commit 59d864f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/create_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ on:
required: true
type: string


env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
shell: bash
run: |
sudo apt-get update
sudo apt-get install cmake llvm libclang-dev clang
sudo apt-get install cmake llvm-dev libclang-dev clang
- name: Install packages (MacOS)
if: matrix.os == 'macos-latest'
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ members = [

[package]
name = "caesar"
version = "1.0.0"
version = "0.3.1"
authors = ["Philipp Schroer <[email protected]>"]
edition = "2018"
build = "build.rs" # LALRPOP preprocessing
Expand Down
2 changes: 1 addition & 1 deletion minimal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "caesar"
version = "0.1.0"
version = "0.3.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 59d864f

Please sign in to comment.