Skip to content

Commit

Permalink
update msvr to 1.70.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aswaving committed Nov 27, 2024
1 parent f909f62 commit 33f5a55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
autobenches = false
edition = "2021"
readme = "README.md"
rust-version = "1.60.0"
rust-version = "1.70.0"

[dependencies]
crc32fast = "1.3.2"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Build Status](https://travis-ci.org/aswaving/yenc.svg?branch=master)](https://travis-ci.org/aswaving/yenc)
[![Build Status](https://ci.appveyor.com/api/projects/status/github/aswaving/yenc?svg=true)](https://ci.appveyor.com/project/aswaving/yenc)
[![Coveralls](https://img.shields.io/coveralls/aswaving/yenc.svg)](https://coveralls.io/github/aswaving/yenc)
[![Rust version]( https://img.shields.io/badge/rust-1.60+-blue.svg)]()
[![Rust version]( https://img.shields.io/badge/rust-1.70+-blue.svg)]()
[![Documentation](https://docs.rs/yenc/badge.svg)](https://docs.rs/yenc)
[![Latest version](https://img.shields.io/crates/v/yenc.svg)](https://crates.io/crates/yenc)
[![All downloads](https://img.shields.io/crates/d/yenc.svg)](https://crates.io/crates/yenc)
Expand Down

0 comments on commit 33f5a55

Please sign in to comment.