diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 9b2c046..11525ed 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Get dependencies
- run: sudo apt install libwayland-dev libxkbcommon-dev libudev-dev libinput-dev libgbm-dev libseat-dev libsystemd-dev
+ run: sudo apt update && sudo apt install libwayland-dev libxkbcommon-dev libudev-dev libinput-dev libgbm-dev libseat-dev libsystemd-dev
- name: Build
run: cargo build --verbose
- name: Run tests that don't exist
diff --git a/Cargo.toml b/Cargo.toml
index b5f6a56..0a6299a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,6 +20,7 @@ rmp-serde = { version = "1.1.1" }
calloop = { version = "0.10.1", features = ["executor", "futures-io"] }
futures-lite = { version = "1.13.0" }
async-process = { version = "1.7.0" }
+itertools = { version = "0.11.0" }
[features]
default = ["egl", "winit", "udev"]
diff --git a/README.md b/README.md
index de05670..f5a7490 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,3 @@
-Cool stuff happens on the dev branch sometimes, check it out!
-
#
Pinnacle