summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-03-12 18:48:45 +0100
committerGitHub <noreply@github.com>2024-03-12 18:48:45 +0100
commit398b2af4ea37be98093bdf7ac185a468c62c4aef (patch)
treef21db1a58bcd4ddbe6661db59f71fe5a8b483bc3 /examples
parentacb91b800d3668e9fb6dbb5838e2593764a0457e (diff)
test: make tests work on more targets (#11)
- Tests can now be run on more targets (Fixes #7) - Nightly version has been updated to fix broken builds in some cases (Fixes #8)
Diffstat (limited to 'examples')
-rw-r--r--examples/rust/rust-toolchain.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/rust/rust-toolchain.toml b/examples/rust/rust-toolchain.toml
deleted file mode 100644
index 6c22ba5..0000000
--- a/examples/rust/rust-toolchain.toml
+++ /dev/null
@@ -1,2 +0,0 @@
-[toolchain]
-channel="nightly-2024-02-11"