From d2bc2779c9462ec94c1b55960bccb12e4f80d1c2 Mon Sep 17 00:00:00 2001 From: Sébastien Crozet Date: Tue, 1 Sep 2020 17:55:14 +0200 Subject: CI: fix test execution. --- examples2d/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples2d') diff --git a/examples2d/Cargo.toml b/examples2d/Cargo.toml index 7e97948..ad63958 100644 --- a/examples2d/Cargo.toml +++ b/examples2d/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "nphysics-examples-2d" +name = "rapier-examples-2d" version = "0.1.0" authors = [ "Sébastien Crozet " ] edition = "2018" -- cgit