Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
johnschug committed Oct 22, 2024
1 parent c7dfcb9 commit 34eef6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: rustup update --no-self-update stable

- id: cargo_release_cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cargo/bin/cargo-release
key: ${{ runner.os }}-cargo-release
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ windows_raw_dylib = ["ffi/windows_raw_dylib"]
[dependencies.ffi]
package = "libgpg-error-sys"
path = "libgpg-error-sys"
version = "0.6.1"
version = "0.6.2"

[workspace.package]
version = "0.6.1"
version = "0.6.2"
edition = "2021"
license = "LGPL-2.1"
repository = "https://github.com/gpg-rs/libgpg-error"

0 comments on commit 34eef6c

Please sign in to comment.