From e4b34a7c507a5d20d1e7c237328da68d86b8ff86 Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Mon, 10 Jan 2022 16:52:19 -0600 Subject: [PATCH] Right, CI doesn't have libosu checked out separately --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 770a554..f4a59de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,6 +34,7 @@ gfx_device_gl = "0.16.2" [dependencies.libosu] path = "../libosu" +version = "*" [features] clippy = []