diff --git a/Cargo.lock b/Cargo.lock index 73e44e28..0623b9c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -923,7 +923,7 @@ dependencies = [ [[package]] name = "semverver" -version = "0.1.47" +version = "0.1.48" dependencies = [ "anyhow", "cargo", diff --git a/Cargo.toml b/Cargo.toml index b581f491..824bb364 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] license-file = "LICENSE" edition = "2018" diff --git a/ci/run.sh b/ci/run.sh index be588e6a..4f2ff3fe 100755 --- a/ci/run.sh +++ b/ci/run.sh @@ -28,7 +28,7 @@ esac # FIXME: semververver step fails with: # error: breaking changes in `old::changes::_::` -# --> /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)] # | ^^^^^^^^^ @@ -36,7 +36,7 @@ esac # = 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