Skip to content

Commit 2315b1f

Browse files
committed
Bump version to 0.1.3
This change bumps the program's version to 0.1.3. The following notable changes have been made since 0.1.2: - Increased maximum publishable crate size to 20 MiB - Bumped git2 dependency to 0.14 - Bumped sha2 dependency to 0.10 - Bumped tracing-subscriber dependency to 0.3
1 parent 424f1d5 commit 2315b1f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Unreleased
2-
----------
1+
0.1.3
2+
-----
33
- Increased maximum publishable crate size to 20 MiB
44
- Bumped `git2` dependency to `0.14`
55
- Bumped `sha2` dependency to `0.10`

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-http-registry"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = ["Daniel Mueller <deso@posteo.net>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later"

0 commit comments

Comments
 (0)