Skip to content

Commit

Permalink
Merge branch 'bugfix/dependency_update' into develop
Browse files Browse the repository at this point in the history
Upgrade Cargo.lock packages to best-available versions.

* Adopt an MSRV policy for our library, sameold
* Replace `atty` with `is-terminal`
  • Loading branch information
cbs228 committed Sep 23, 2023
2 parents fda7f6c + 64a3e56 commit d4d4eff
Show file tree
Hide file tree
Showing 6 changed files with 207 additions and 255 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

env:
# See <https://hub.docker.com/_/rust> for list of tags
BUILD_RUST_TAG: 1.67.0
BUILD_RUST_TAG: 1.68.0
BUILD_OS_GNU: slim-buster
BUILD_OS_MUSL: alpine

Expand Down
Loading

0 comments on commit d4d4eff

Please sign in to comment.