Skip to content

Commit 376b6d0

Browse files
committed
update min core version
1 parent d868cc7 commit 376b6d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ pub(crate) mod proto {
1717
extern crate tracing;
1818

1919
pub static VERSION: &str = concat!(env!("CARGO_PKG_VERSION"), "+", env!("VERGEN_GIT_SHA"));
20-
pub const MIN_CORE_VERSION: Version = Version::new(1, 5, 0);
20+
pub const MIN_CORE_VERSION: Version = Version::new(1, 6, 0);

0 commit comments

Comments
 (0)