2018 edition

This commit is contained in:
Ilya Epifanov 2019-01-20 23:13:40 +01:00
parent bf425b8b6c
commit d431678011
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@ description = "A platform agnostic driver for the Si5351 clock generator"
license = "MIT OR Apache-2.0"
exclude = [".travis.yml", ".gitignore"]
repository = "https://github.com/ilya-epifanov/si5351"
edition = "2018"
[badges.travis-ci]
branch = "master"

View File

@ -85,7 +85,7 @@ extern crate bitflags;
extern crate embedded_hal as hal;
use core::mem;
use hal::blocking::i2c::{Write, WriteRead};
use crate::hal::blocking::i2c::{Write, WriteRead};
#[derive(Debug)]
pub enum Error {