Skip to content

Commit 67c1486

Browse files
authored
Merge pull request #129 from rust-lang-ja/release-v0.1.0
2 parents 7e7757e + 87708b4 commit 67c1486

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
[package]
22
name = "ac-library-rs"
3-
version = "0.1.0"
3+
version = "0.2.0-alpha.1"
44
edition = "2018"
55
rust-version = "1.42"
66
description = "A Rust port of AtCoder Library (ACL)."
77
license = "CC0-1.0"
88
repository = "https://github.com/rust-lang-ja/ac-library-rs"
99
keywords = ["competitive"]
1010
categories = ["algorithms", "data-structures"]
11-
publish = false
1211

1312
[lib]
1413
name = "ac_library"

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
[![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)
44
[![Rust 2018 1.42.0+](https://img.shields.io/badge/rust%202018-1.42.0+-lightgray.svg)](https://www.rust-lang.org)
5-
![Crates.io](https://img.shields.io/badge/crates.io-not%20yet-inactive)
6-
![License](https://img.shields.io/badge/license-CC0--1.0-informational)
5+
[![Crates.io](https://img.shields.io/crates/v/ac-library-rs.svg)](https://crates.io/crates/ac-library-rs)
6+
[![License](https://img.shields.io/crates/l/ac-library-rs.svg)](https://crates.io/crates/ac-library-rs)
77

88
ac-library-rs is a rust port of AtCoder Library (ACL).
99

0 commit comments

Comments
 (0)