Skip to content

Commit

Permalink
Merge #72
Browse files Browse the repository at this point in the history
72: Change the format of `"# Bundled Libraries"` r=qryxip a=qryxip

bors r+


Co-authored-by: Ryo Yamashita <[email protected]>
  • Loading branch information
bors[bot] and qryxip authored Dec 7, 2020
2 parents 932b114 + f9e5769 commit c89cd7b
Show file tree
Hide file tree
Showing 7 changed files with 287 additions and 85 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [Unreleased]

### Changed

- Changed the format of `"# Bundled libraries"`.

```rust
//! - `ac-library-rs-parted-internal-math 0.1.0 (git+https://github.com/qryxip/ac-library-rs-parted#3fc14c009609d8f0a3db8332493dafe457c3460f)` as `crate::__ac_library_rs_parted_internal_math_0_1_0` (license: `CC0-1.0`, repository: https://github.com/qryxip/ac-library-rs-parted)
//! - `ac-library-rs-parted-modint 0.1.0 (git+https://github.com/qryxip/ac-library-rs-parted#3fc14c009609d8f0a3db8332493dafe457c3460f)` as `crate::acl_modint` (license: `CC0-1.0`, repository: https://github.com/qryxip/ac-library-rs-parted)
//! - `maplit 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)` as `crate::maplit` (license: `MIT/Apache-2.0`, repository: https://github.com/bluss/maplit)
//! - `qryxips-competitive-programming-library-buffered-print 0.0.0 (path+█████████████████████████████████████████████████████████████████████████████████████)` as `crate::buffered_print` (license: `CC0-1.0`, repository: https://github.com/qryxip/oj-verify-playground)
//! - `qryxips-competitive-programming-library-input 0.0.0 (path+████████████████████████████████████████████████████████████████████████████)` as `crate::input` (license: `CC0-1.0`, repository: https://github.com/qryxip/oj-verify-playground)
//! - `qryxips-competitive-programming-library-tonelli-shanks 0.0.0 (path+███████████████████████████████████████████████████████████████████████████████████████)` as `crate::tonelli_shanks` (license: `CC0-1.0`, repository: https://github.com/qryxip/oj-verify-playground)
//! - `qryxips-competitive-programming-library-xorshift 0.0.0 (path+████████████████████████████████████████████████████████████████████████████)` as `crate::__qryxips_competitive_programming_library_xorshift_0_0_0` (license: `CC0-1.0`, repository: https://github.com/qryxip/oj-verify-playground)
```

## [0.9.0] - 2020-11-27Z

### Added
Expand Down
201 changes: 181 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c89cd7b

Please sign in to comment.