From 82d069fba5ad9f3159b1b7e98d0472a520e4506c Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 14 Oct 2023 09:40:43 +0200 Subject: [PATCH] chore: Release --- ethercat-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethercat-sys/Cargo.toml b/ethercat-sys/Cargo.toml index d2ad1fc..d9b120b 100644 --- a/ethercat-sys/Cargo.toml +++ b/ethercat-sys/Cargo.toml @@ -2,7 +2,7 @@ name = "ethercat-sys" description = "Binding to the Etherlab open-source EtherCAT master" keywords = ["ethercat", "master", "etherlab", "binding"] -version = "0.3.0" +version = "0.3.1" authors = ["Georg Brandl ", "slowtec GmbH "] repository = "https://github.com/ethercat-rs/ethercat" license = "MIT/Apache-2.0"