Skip to content

Commit

Permalink
Upgrade to 1.78 Rust
Browse files Browse the repository at this point in the history
- bump up MSRV to 1.70
  • Loading branch information
tyranron committed May 2, 2024
1 parent d7c3636 commit 7a32601
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
&& !startsWith(github.ref, 'refs/tags/v')
&& !contains(github.event.head_commit.message, '[fresh ci]') }}
RUST_BACKTRACE: 1
RUST_VER: "1.77"
RUST_VER: "1.78"

jobs:

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "baza"
version = "0.2.0"
edition = "2021"
rust-version = "1.62"
rust-version = "1.70"
description = "Simply scalable files storage without much fuss."
authors = ["Instrumentisto Team <developer@instrumentisto.com>"]
license = "BlueOak-1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Baza
====

[![CI](https://github.com/instrumentisto/baza/workflows/CI/badge.svg?branch=main "CI")](https://github.com/instrumentisto/baza/actions?query=workflow%3ACI+branch%3Amain)
[![Rust 1.62+](https://img.shields.io/badge/rustc-1.62+-lightgray.svg "Rust 1.62+")](https://blog.rust-lang.org/2022/06/30/Rust-1.62.0.html)
[![Rust 1.70+](https://img.shields.io/badge/rustc-1.70+-lightgray.svg "Rust 1.70+")](https://blog.rust-lang.org/2023/06/01/Rust-1.70.0.html)

[Docker Hub](https://hub.docker.com/r/instrumentisto/baza)
| [GitHub Container Registry](https://github.com/orgs/instrumentisto/packages/container/package/baza)
Expand Down
2 changes: 1 addition & 1 deletion api/s3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "baza-api-s3"
version = "0.0.0"
edition = "2021"
rust-version = "1.62"
rust-version = "1.70"
description = "S3 HTTP API implementation of Baza."
authors = ["Instrumentisto Team <developer@instrumentisto.com>"]
license = "BlueOak-1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion e2e/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "baza-e2e"
version = "0.0.0"
edition = "2021"
rust-version = "1.62"
rust-version = "1.70"
description = "E2E (end-to-end) tests of this project."
authors = ["Instrumentisto Team <developer@instrumentisto.com>"]
license = "BlueOak-1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "baza-lib"
version = "0.0.0"
edition = "2021"
rust-version = "1.62"
rust-version = "1.70"
description = "Actual Baza implementation as library."
authors = ["Instrumentisto Team <developer@instrumentisto.com>"]
license = "BlueOak-1.0.0"
Expand Down

0 comments on commit 7a32601

Please sign in to comment.