File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " db-dump"
3
- version = " 0.7.12 "
3
+ version = " 0.7.13 "
4
4
authors = [
" David Tolnay <[email protected] >" ]
5
5
categories = [" encoding" , " database" ]
6
6
description = " Library for scripting analyses against crates.io's database dumps"
Original file line number Diff line number Diff line change 4
4
//! [crates-io]: https://img.shields.io/badge/crates.io-fc8d62?style=for-the-badge&labelColor=555555&logo=rust
5
5
//! [docs-rs]: https://img.shields.io/badge/docs.rs-66c2a5?style=for-the-badge&labelColor=555555&logo=docs.rs
6
6
7
- #![ doc( html_root_url = "https://docs.rs/db-dump/0.7.12 " ) ]
7
+ #![ doc( html_root_url = "https://docs.rs/db-dump/0.7.13 " ) ]
8
8
#![ cfg_attr( not( check_cfg) , allow( unexpected_cfgs) ) ]
9
9
#![ allow(
10
10
clippy:: cast_lossless,
You can’t perform that action at this time.
0 commit comments