Skip to content

Commit

Permalink
attemp to fix CI & update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
maxicarlos08 committed Aug 23, 2024
1 parent 502f3d2 commit aad9691
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: sudo apt install -y autopoint
- name: Install dependencies (macOS)
if: matrix.os == 'macos-latest'
run: brew install automake
run: brew install automake libtool
- name: Run tests
run: cargo test -F test --verbose

Expand All @@ -48,6 +48,7 @@ jobs:
mingw-w64-x86_64-libltdl
mingw-w64-x86_64-clang
pkgconf
libtool
- name: Setup Rust
run: rustup default stable-x86_64-pc-windows-gnu
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "gphoto2"
description = "High-level wrapper for libgphoto2"
version = "3.3.0"
version = "3.3.1"
edition = "2021"
keywords = ["gphoto2", "gphoto", "libgphoto", "camera", "ffi"]
authors = ["Maxicarlos08 <maxicarlos08@gmail.com>"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Run `cargo add gphoto2` to add gphoto2 to your project or add this to your `Carg

```toml
[dependencies]
gphoto2 = "1"
gphoto2 = "3.3"
```

#### Install libgphoto2
Expand Down

0 comments on commit aad9691

Please sign in to comment.