Skip to content

Commit 993d9a0

Browse files
committed
Update MSRV 1.46 -> 1.56
1 parent a1c268c commit 993d9a0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
submodules: recursive
2727
- uses: actions-rs/toolchain@v1
2828
with:
29-
toolchain: 1.46.0
29+
toolchain: 1.56.0
3030
override: true
3131
- uses: actions-rs/cargo@v1
3232
with:

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "plotters"
33
version = "0.3.1"
44
authors = ["Hao Hou <[email protected]>"]
5-
edition = "2018"
5+
edition = "2021"
66
license = "MIT"
77
description = "A Rust drawing library focus on data plotting for both WASM and native applications"
88
repository = "https://github.com/38/plotters"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<img style="display: inline! important" src="https://codecov.io/gh/38/plotters/branch/master/graph/badge.svg" />
2020
</a>
2121

22-
![Minimum Rust version 1.46](https://img.shields.io/badge/rustc-1.46+-06a096.svg)
22+
![Minimum Rust version 1.56](https://img.shields.io/badge/rustc-1.56+-06a096.svg)
2323

2424
Plotters is drawing library designed for rendering figures, plots, and charts, in pure rust. Plotters supports various types of back-ends,
2525
including bitmap, vector graph, piston window, GTK/Cairo and WebAssembly.

0 commit comments

Comments
 (0)