Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 24ae253

Browse files
committed
Auto merge of #230 - JohnTitor:prepare-0.1.48, r=JohnTitor
Prepare 0.1.48 release
2 parents c4626b5 + ea1f766 commit 24ae253

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repository = "https://github.com/rust-lang/rust-semverver"
55
readme = "README.md"
66
keywords = ["semver", "plugin"]
77
categories = ["development-tools", "development-tools::cargo-plugins"]
8-
version = "0.1.47"
8+
version = "0.1.48"
99
authors = ["Inokentiy Babushkin <[email protected]>"]
1010
license-file = "LICENSE"
1111
edition = "2018"

ci/run.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ esac
2828

2929
# FIXME: semververver step fails with:
3030
# error: breaking changes in `old::changes::_::<impl serde::ser::Serialize for old::changes::ChangeCategory>`
31-
# --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/semverver-0.1.47/src/changes.rs:35:62
31+
# --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/semverver-0.1.48/src/changes.rs:35:62
3232
# |
3333
# 35 | #[derive(Copy, Clone, Debug, PartialEq, Eq, PartialOrd, Ord, Serialize)]
3434
# | ^^^^^^^^^
3535
# |
3636
# = warning: trait impl specialized or removed (breaking)
3737
# = note: this error originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
3838
#
39-
# I guess this is related to serde version difference between 0.1.46 and 0.1.47
39+
# I guess this is related to serde version difference between 0.1.46 and 0.1.48
4040
# but anyway we cannot address it here (I think), so disable it until the next release.
4141

4242
# install

0 commit comments

Comments
 (0)