Skip to content

Commit

Permalink
Bump MSRV up to 1.55.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Anyshchenko committed Sep 20, 2021
1 parent f5dddaf commit 65fd935
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
name: CI

env:
rust: 1.50.0
rust: 1.55.0

jobs:
partial_unit_tests:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
name: Integration Tests

env:
rust: 1.50.0
rust: 1.55.0

jobs:
shell_tests:
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ addons:
- zlib1g-dev

rust:
- 1.50.0
- 1.55.0

cache:
npm: true
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[![Docs.rs](https://docs.rs/exonum/badge.svg)](https://docs.rs/exonum)
[![License: Apache-2.0](https://img.shields.io/github/license/exonum/exonum.svg)](LICENSE.md)
[![LoC](https://tokei.rs/b1/github/exonum/exonum)](https://github.com/exonum/exonum)
![rust 1.50.0+ required](https://img.shields.io/badge/rust-1.50.0+-blue.svg?label=Required%20Rust)
![rust 1.55.0+ required](https://img.shields.io/badge/rust-1.55.0+-blue.svg?label=Required%20Rust)

**Community:**
[![Join the chat at https://gitter.im/exonum/exonum](https://img.shields.io/gitter/room/exonum/exonum.svg?label=Chat)](https://gitter.im/exonum/exonum)
Expand Down
2 changes: 1 addition & 1 deletion test-suite/testkit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Travis Build Status](https://img.shields.io/travis/exonum/exonum/master.svg?label=Linux%20Build)](https://travis-ci.com/exonum/exonum)
[![Docs.rs](https://docs.rs/exonum-testkit/badge.svg)](https://docs.rs/exonum-testkit)
[![License: Apache-2.0](https://img.shields.io/github/license/exonum/exonum.svg)](https://github.com/exonum/exonum/blob/master/LICENSE)
![rust 1.50.0+ required](https://img.shields.io/badge/rust-1.50.0+-blue.svg?label=Required%20Rust)
![rust 1.55.0+ required](https://img.shields.io/badge/rust-1.55.0+-blue.svg?label=Required%20Rust)

Testkit for Exonum blockchain allows to test service operation.
Specifically, it allows to test transaction execution
Expand Down

0 comments on commit 65fd935

Please sign in to comment.