Skip to content

Commit

Permalink
feat: bump to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
ceopaludetto committed Oct 6, 2024
1 parent 8bce40c commit 75a7ca2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ jobs:
target: x86_64-unknown-linux-gnu
binary: libxid.so

# Linux ARM64
- build: linux (aarch64)
os: ubuntu-latest
target: aarch64-unknown-linux-gnu
binary: libxid.so

# MacOS x86_64
- build: macos (x86_64)
os: macos-latest
Expand Down Expand Up @@ -74,7 +68,6 @@ jobs:
name: Release
runs-on: ubuntu-latest
needs: build
if: github.ref == 'refs/tags/v*'

steps:
- name: Checkout Repository
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sqlite-xid"
version = "0.0.2"
version = "0.0.3"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 75a7ca2

Please sign in to comment.