diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 24a009a..b37e366 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,8 +15,6 @@ jobs: environment: ${{ github.ref == 'refs/heads/main' && 'release' || '' }} steps: - uses: actions/checkout@v5 - with: - submodules: true - uses: raviqqe/cargo-cache@v1 - run: cargo install cargo-workspaces - uses: rust-lang/crates-io-auth-action@v1 diff --git a/Cargo.lock b/Cargo.lock index c4a5177..c798844 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 4 [[package]] name = "array-queue" -version = "0.4.2" +version = "0.4.3" diff --git a/Cargo.toml b/Cargo.toml index 782881d..ffeeb67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "array-queue" -version = "0.4.2" +version = "0.4.3" edition = "2024" description = "Fixed size bidirectional queues based on arrays" license = "MIT"