Skip to content

Commit e128530

Browse files
committed
bump version
1 parent 1286506 commit e128530

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["lib", "cli", "junos-agent", "netconf"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.1.0-rc.1"
6+
version = "0.1.0-rc.2"
77
edition = "2021"
88
rust-version = "1.75"
99
authors = ["Ben Maddison <[email protected]>"]

cli/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//! Support library for `bgpfu-cli`.
2-
#![doc(html_root_url = "https://docs.rs/bgpfu-cli/0.1.0-rc.1")]
2+
#![doc(html_root_url = "https://docs.rs/bgpfu-cli/0.1.0-rc.2")]
33
// clippy lints
44
#![warn(clippy::pedantic)]
55
#![warn(clippy::cargo)]

junos-agent/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//! Support library for `bgpfu-junos-agent`.
2-
#![doc(html_root_url = "https://docs.rs/bgpfu-junos-agent/0.1.0-rc.1")]
2+
#![doc(html_root_url = "https://docs.rs/bgpfu-junos-agent/0.1.0-rc.2")]
33
// clippy lints
44
#![warn(clippy::pedantic)]
55
#![warn(clippy::cargo)]

lib/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//! Support library for `bgpfu`.
2-
#![doc(html_root_url = "https://docs.rs/bgpfu-lib/0.1.0-rc.1")]
2+
#![doc(html_root_url = "https://docs.rs/bgpfu-lib/0.1.0-rc.2")]
33
// clippy lints
44
#![warn(clippy::pedantic)]
55
#![warn(clippy::cargo)]

netconf/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//! Netconf client library
2-
#![doc(html_root_url = "https://docs.rs/bgpfu-netconf/0.1.0-rc.1")]
2+
#![doc(html_root_url = "https://docs.rs/bgpfu-netconf/0.1.0-rc.2")]
33
// clippy lints
44
#![warn(clippy::pedantic)]
55
#![warn(clippy::cargo)]

0 commit comments

Comments
 (0)