fix: Cargo.toml package version to 0.4.1

This commit is contained in:
Lachezar Lechev 2023-05-01 18:58:23 +03:00 committed by GitHub
commit 66e964335f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
[package] [package]
name = "w5500" name = "w5500"
version = "0.4.0" version = "0.4.1"
authors = ["Michael Watzko <michael@watzko.de>", "Jonah Dahlquist <hi@jonah.name>", "Ryan Summers <ryan.summers@vertigo-designs.com"] authors = ["Michael Watzko <michael@watzko.de>", "Jonah Dahlquist <hi@jonah.name>", "Ryan Summers <ryan.summers@vertigo-designs.com"]
repository = "https://github.com/kellerkindt/w5500.git" repository = "https://github.com/kellerkindt/w5500.git"
description = "W5500 IoT Controller implementation." description = "W5500 IoT Controller implementation."