From 46115579e1210bec5cf315575571dd9c37a92188 Mon Sep 17 00:00:00 2001
From: jonay2000 <jonabent@gmail.com>
Date: Wed, 31 Aug 2022 12:01:58 +0200
Subject: [PATCH] bump ppu version
---
Cargo.lock | 4 +++-
Cargo.toml | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index a3f2804..d52ed55 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1019,7 +1019,9 @@ dependencies = [
[[package]]
name = "tudelft-nes-ppu"
-version = "1.0.3"
+version = "1.0.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "d0cbb9dee538e10ac475f1f772bf67acfdf0b214b3741386d7c7c2df9d810f9f"
dependencies = [
"itertools",
"log",
diff --git a/Cargo.toml b/Cargo.toml
index 37f206b..fbec0d0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,7 +15,7 @@ license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-tudelft-nes-ppu = {version="1.0.3", path="../tudelft-nes-ppu"}
+tudelft-nes-ppu = "1.0.4"
thiserror = "1.0.32"
bitflags = "1.3.2"
log = "0.4.17"
--
GitLab