upgrade rust to 1.37 (#5611)

This commit is contained in:
Rob Walker
2019-08-23 08:55:51 -07:00
committed by GitHub
parent aeaa0feb61
commit 52f6da5cee
10 changed files with 14 additions and 16 deletions

View File

@@ -46,7 +46,7 @@ use std::sync::{Arc, RwLock};
use std::thread::{sleep, spawn, JoinHandle};
use std::time::Duration;
static ENCRYPTED_FILENAME: &'static str = "ledger.enc";
static ENCRYPTED_FILENAME: &str = "ledger.enc";
#[derive(Serialize, Deserialize)]
pub enum ReplicatorRequest {