Skip to content

Commit

Permalink
Merge branch 'hotfix/0.10.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
FloGa committed Jan 11, 2025
2 parents 8d3ab70 + 412b63d commit 2c129c9
Show file tree
Hide file tree
Showing 6 changed files with 164 additions and 212 deletions.
2 changes: 1 addition & 1 deletion .github/prepare-system
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ case "$1" in
;;
ubuntu-latest | *)
sudo apt-get -y update
sudo apt-get -y install libfuse3-dev
sudo apt-get -y install libfuse3-dev libsqlite3-dev
;;
esac
4 changes: 1 addition & 3 deletions .github/targets.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
[
{ "os": "ubuntu-latest", "target": "x86_64-unknown-linux-gnu" },

{ "os": "macos-latest", "target": "x86_64-apple-darwin" }
{ "os": "ubuntu-latest", "target": "x86_64-unknown-linux-gnu" }
]
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Changes in 0.10.4

- Update dependencies for security fixes

- Fix runners configuration

- Remove MacOS runner due to problems

# Changes in 0.10.3

- Update dependencies for security fixes
Expand Down
Loading

0 comments on commit 2c129c9

Please sign in to comment.