Skip to content
Snippets Groups Projects
Commit c42bd54f authored by Samuel Tardieu's avatar Samuel Tardieu
Browse files

Fix source URL in Cargo metadata

parent be724a23
No related branches found
Tags tele0592-v1.0.1
1 merge request!40Push uxmqnkmtmwrl
Pipeline #98911 passed
This commit is part of merge request !40. Comments created here will be created in the context of that merge request.
......@@ -1292,7 +1292,7 @@ dependencies = [
[[package]]
name = "tele0592"
version = "1.0.0"
version = "1.0.1"
dependencies = [
"color-eyre",
"embedded-hal 1.0.0",
......
......@@ -7,7 +7,7 @@ authors = ["Samuel Tardieu <sam@rfc1149.net>"]
license = " GPL-3.0-or-later"
rust-version = "1.81.0"
edition = "2021"
homepage = "https://gitlab.telecom-paris.fr/software/dc-driver-motor-hat/"
homepage = "https://gitlab.telecom-paris.fr/software/dc-motor-driver-hat/"
[workspace.dependencies]
cortex-m = { version = "0.7.7", features = ["critical-section-single-core", "inline-asm"] }
......
[package]
name = "tele0592"
description = "Control an alternate firmware for the DFR0592 DC motor driver hat"
version = "1.0.0"
version = "1.0.1"
authors.workspace = true
license.workspace = true
rust-version.workspace = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment