fixed eyes dep

This commit is contained in:
Frederik Palmø 2023-05-24 22:39:06 +02:00
parent 1a0d386f14
commit d0c3071fd2
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -84,9 +84,9 @@ checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
[[package]]
name = "eyes"
version = "1.2.1"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20c46942b268eef9b50b6766c146e8a4903e5e51c4236d321af6c8069ef9a60b"
checksum = "fa9fd2c139189f226e9d2b33373502c76bda6ff73bf141c65d9eac7ac925b985"
[[package]]
name = "hermit-abi"

View file

@ -1,4 +1,4 @@
use eyes::{parse, try_parse};
use eyes::parse;
fn main() {
let input = std::fs::read_to_string("input/day2.txt").unwrap();

View file

@ -1,4 +1,4 @@
use eyes::{parse, try_parse};
use eyes::parse;
fn main() {
let input = std::fs::read_to_string("input/day4.txt").unwrap();