We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d7d529 commit 272744bCopy full SHA for 272744b
1 file changed
src/lib.rs
@@ -46,7 +46,7 @@ pub(crate) mod proto {
46
extern crate tracing;
47
48
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);
+pub const MIN_CORE_VERSION: Version = Version::new(2, 0, 0);
50
51
type CommsChannel<T> = (
52
Arc<tokio::sync::Mutex<mpsc::Sender<T>>>,
0 commit comments