Skip to content

Commit ca6bd19

Browse files
committed
Release 0.7.13
1 parent 650dea5 commit ca6bd19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "db-dump"
3-
version = "0.7.12"
3+
version = "0.7.13"
44
authors = ["David Tolnay <[email protected]>"]
55
categories = ["encoding", "database"]
66
description = "Library for scripting analyses against crates.io's database dumps"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//! [crates-io]: https://img.shields.io/badge/crates.io-fc8d62?style=for-the-badge&labelColor=555555&logo=rust
55
//! [docs-rs]: https://img.shields.io/badge/docs.rs-66c2a5?style=for-the-badge&labelColor=555555&logo=docs.rs
66
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")]
88
#![cfg_attr(not(check_cfg), allow(unexpected_cfgs))]
99
#![allow(
1010
clippy::cast_lossless,

0 commit comments

Comments
 (0)