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

Commit

Permalink
Auto merge of #230 - JohnTitor:prepare-0.1.48, r=JohnTitor
Browse files Browse the repository at this point in the history
Prepare 0.1.48 release
  • Loading branch information
bors committed Oct 19, 2021
2 parents c4626b5 + ea1f766 commit 24ae253
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository = "https://github.com/rust-lang/rust-semverver"
readme = "README.md"
keywords = ["semver", "plugin"]
categories = ["development-tools", "development-tools::cargo-plugins"]
version = "0.1.47"
version = "0.1.48"
authors = ["Inokentiy Babushkin <[email protected]>"]
license-file = "LICENSE"
edition = "2018"
Expand Down
4 changes: 2 additions & 2 deletions ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ esac

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

# install
Expand Down

0 comments on commit 24ae253

Please sign in to comment.