From 3cb78586db1363ec4087b109f9891858a6a0881c Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Sun, 9 Apr 2023 16:22:54 +0900 Subject: [PATCH] Release v0.1.0 --- Cargo.toml | 1 - README.md | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4602b94..f01a766 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,6 @@ license = "CC0-1.0" repository = "https://github.com/rust-lang-ja/ac-library-rs" keywords = ["competitive"] categories = ["algorithms", "data-structures"] -publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md index d2fd6be..3fd7df7 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ [![CI](https://github.com/rust-lang-ja/ac-library-rs/workflows/CI/badge.svg)](https://github.com/rust-lang-ja/ac-library-rs/actions?workflow=CI) [![Rust 2018 1.42.0+](https://img.shields.io/badge/rust%202018-1.42.0+-lightgray.svg)](https://www.rust-lang.org) -![Crates.io](https://img.shields.io/badge/crates.io-not%20yet-inactive) -![License](https://img.shields.io/badge/license-CC0--1.0-informational) +[![Crates.io](https://img.shields.io/crates/v/ac-library-rs.svg)](https://crates.io/crates/ac-library-rs) +[![License](https://img.shields.io/crates/l/ac-library-rs.svg)](https://crates.io/crates/ac-library-rs) ac-library-rs is a rust port of AtCoder Library (ACL).