diff --git a/.travis.yml b/.travis.yml index 66ec605..91e06f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,5 +14,5 @@ addons: - build-essential - libapt-pkg-dev -dist: xenial +dist: bionic sudo: false diff --git a/Cargo.toml b/Cargo.toml index 618cccf..5ae7c4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "apt-pkg-native" readme = "README.md" repository = "https://github.com/FauxFaux/apt-pkg-native-rs" -version = "0.3.0" +version = "0.3.1" edition = "2018"