Pin to the same version of rust nightly as delta

This commit is contained in:
2020-05-19 00:16:01 +01:00
parent 825f5d90ed
commit aae7607c7f
5 changed files with 14 additions and 8 deletions

View File

@@ -174,7 +174,7 @@ impl telepathy::Connection for Connection {
fn get_self_handle(&self) -> Result<u32> {
println!("Connection<{}>::get_self_handle()", self.id());
self.get_self_handle()
self.self_handle()
}
fn status(&self) -> Result<u32> {