From c7b9507a57f2ba28c18b15dd2719a1c56f74a302 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Thu, 20 Jul 2017 22:53:44 -0500 Subject: `Resource` trait, docs, examples and rtfm-syntax related changes --- Xargo.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Xargo.toml (limited to 'Xargo.toml') diff --git a/Xargo.toml b/Xargo.toml new file mode 100644 index 0000000..bd7ffe0 --- /dev/null +++ b/Xargo.toml @@ -0,0 +1,5 @@ +[dependencies.core] +stage = 0 + +[dependencies.compiler_builtins] +stage = 1 \ No newline at end of file -- cgit v1.2.3