Skip to content

Commit 6092892

Browse files
authored
Release v0.35.0. (#911)
1 parent d823245 commit 6092892

4 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
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-semver-checks"
3-
version = "0.34.0"
3+
version = "0.35.0"
44
edition = "2021"
55
authors = ["Predrag Gruevski <obi1kenobi82@gmail.com>"]
66
license = "Apache-2.0 OR MIT"

test_outputs/snapshot_tests/cargo_semver_checks__snapshot_tests__workspace_baseline_compile_error-output.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ aborting due to failure to build rustdoc for crate error v0.1.0
1111
Description:
1212
A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function itself may have been renamed or removed entirely.
1313
ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
14-
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.34.0/src/lints/function_missing.ron
14+
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.35.0/src/lints/function_missing.ron
1515

1616
Failed in:
1717
function no_error::my_fn, previously in file [ROOT]/test_crates/manifest_tests/workspace_baseline_compile_error/old/no-error/src/lib.rs:3

test_outputs/snapshot_tests/cargo_semver_checks__snapshot_tests__workspace_publish_false_explicit-output.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ success: false
1010
Description:
1111
A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function itself may have been renamed or removed entirely.
1212
ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
13-
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.34.0/src/lints/function_missing.ron
13+
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.35.0/src/lints/function_missing.ron
1414

1515
Failed in:
1616
function a::should_not_run, previously in file [ROOT]/test_crates/manifest_tests/workspace_all_publish_false/old/a/src/lib.rs:4

0 commit comments

Comments
 (0)