Prepping for release

master^2
Ryan Summers 2023-07-03 13:50:06 +02:00
parent 753112e7b0
commit b1f98c3622
1 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,9 @@ categories = ["embedded", "no-std"]
name = "enc424j600"
description = "Embbeded Rust Ethernet driver for ENC424J600 Ethernet controller with SPI interface"
authors = ["Harry Ho <hh@m-labs.hk>", "Dip Cheung <dc@m-labs.hk>"]
version = "0.2.0"
version = "0.3.0"
keywords = ["ethernet", "eth", "enc424j600", "stm32", "stm32f4xx"]
repository = "https://git.m-labs.hk/M-Labs/ENC424J600"
repository = "https://github.com/quartiq/enc424j600"
edition = "2018"
license = "BSD-2-Clause"