Skip to content

Commit

Permalink
Merge pull request #73 from 42ByteLabs/small-fixes
Browse files Browse the repository at this point in the history
Small fixes
  • Loading branch information
GeekMasher committed May 16, 2024
2 parents 92b6028 + 0464e61 commit 0a65ffd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
key: ${{ runner.os }}-cargo

- name: Build
if: steps.changes.outputs.src == 'true'
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
key: ${{ runner.os }}-cargo

- name: Run tests
if: steps.changes.outputs.src == 'true'
Expand Down Expand Up @@ -156,11 +156,11 @@ jobs:
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
key: ${{ runner.os }}-cargo

- name: Build CLI
run: |
cargo build \
cargo run \
--example geekorm-example-turso-libsql \
--features="all libsql"
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resolver = "2"
members = [".", "geekorm-core", "geekorm-derive", "geekorm-cli"]

[workspace.package]
version = "0.3.0"
version = "0.3.1"
license = "MIT"
edition = "2021"
rust-version = "1.74"
Expand Down

0 comments on commit 0a65ffd

Please sign in to comment.