Skip to content

Commit 272744b

Browse files
authored
update minimum core version to 2.0.0 (#266)
1 parent 5d7d529 commit 272744b

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
@@ -46,7 +46,7 @@ pub(crate) mod proto {
4646
extern crate tracing;
4747

4848
pub static VERSION: &str = concat!(env!("CARGO_PKG_VERSION"), "+", env!("VERGEN_GIT_SHA"));
49-
pub const MIN_CORE_VERSION: Version = Version::new(1, 6, 0);
49+
pub const MIN_CORE_VERSION: Version = Version::new(2, 0, 0);
5050

5151
type CommsChannel<T> = (
5252
Arc<tokio::sync::Mutex<mpsc::Sender<T>>>,

0 commit comments

Comments
 (0)