Skip to content

Commit

Permalink
update toolchain info
Browse files Browse the repository at this point in the history
  • Loading branch information
wlqm committed Sep 26, 2024
1 parent d165cf2 commit 2582ea2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pack:
@ printf "\033[31;01mpackage path:\033[0m $(PACKAGE_TARGET)\n"

update:
cargo update
cargo update --verbose

clean:
cargo clean
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 @@
[![Latest Version](https://img.shields.io/crates/v/btm.svg)](https://crates.io/crates/btm)
[![Rust Documentation](https://img.shields.io/badge/api-rustdoc-blue.svg)](https://docs.rs/btm)
[![Rust](https://github.com/rust-util-collections/btm/actions/workflows/rust.yml/badge.svg)](https://github.com/rust-util-collections/btm/actions/workflows/rust.yml)
[![Minimum rustc version](https://img.shields.io/badge/rustc-1.63+-lightgray.svg)](https://github.com/rust-random/rand#rust-version-requirements)
[![Minimum rustc version](https://img.shields.io/badge/rustc-1.81+-lightgray.svg)](https://github.com/rust-random/rand#rust-version-requirements)

# BTM

Expand Down

0 comments on commit 2582ea2

Please sign in to comment.