From 761b9436409e2aeae8fde1fd7b321960cbcc87e9 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sun, 16 Jun 2024 16:32:52 +0200 Subject: [PATCH] first fixes --- README.md | 2 +- vorago-reb1/Cargo.toml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index a5495b3..7c939ea 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Vorago VA108xx Rust Support ========= -This crate collection provided support to write Rust applications for the VA108XX family +This crate collection provides support to write Rust applications for the VA108XX family of devices. ## List of crates diff --git a/vorago-reb1/Cargo.toml b/vorago-reb1/Cargo.toml index f046493..d767b92 100644 --- a/vorago-reb1/Cargo.toml +++ b/vorago-reb1/Cargo.toml @@ -18,8 +18,6 @@ dummy-pin = "1" [dependencies.max116xx-10bit] version = "0.3" -git = "https://egit.irs.uni-stuttgart.de/rust/max116xx-10bit" -branch = "bump-embedded-hal" [dependencies.va108xx-hal] version = "0.6"