Skip to content

Commit

Permalink
switch to rust 1.78
Browse files Browse the repository at this point in the history
  • Loading branch information
elrido committed Dec 22, 2024
1 parent 2a2b5f3 commit 2cab185
Show file tree
Hide file tree
Showing 10 changed files with 1,361 additions and 929 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/Makefile
/src
/target
!/target/x86_64-unknown-linux-musl/release/directory
!/target/release/directory
*.md
/.cargo
.git
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
uses: actions/checkout@v4
- name: Install Rust
run: |
rustup toolchain install 1.70 --profile minimal --no-self-update --component rustfmt clippy
rustup default 1.70
rustup toolchain install 1.78 --profile minimal --no-self-update --component rustfmt clippy
rustup default 1.78
- name: Cache GeoIP database
id: cache-geoip
uses: actions/cache@v4
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

# 0.14.0
- switch to rust 1.78 to support diesel_migrations 2.2.0
- bump libraries

# 0.13.0
- fix Mozilla Observatory API v2, request is now POST, response behaved slightly
differently, rescan not necessary nor supported anymore
Expand Down
Loading

0 comments on commit 2cab185

Please sign in to comment.