From 3d3a2b9a5973127477cab088f5c0f070d7cc5c8b Mon Sep 17 00:00:00 2001 From: est31 Date: Thu, 2 Dec 2021 22:49:50 +0100 Subject: [PATCH] Update ourboros to 0.14 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f23bfce206..3c8a446923 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ fnv = "1.0.5" gl_generator = "0.14" [dev-dependencies] -ouroboros = "0.13" +ouroboros = "0.14" cgmath = "0.18" genmesh = "0.6" image = "0.23"