diff --git a/Cargo.toml b/Cargo.toml index 45c4de0..32a5996 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0" keywords = ["SCPI", "parser", "Instrumentation", "Embedded", "Multimeter"] categories = ["command-line-interface", "embedded", "parsing", "no-std"] -homepage = "http://Atmelfan.github.io/scpi-rs" +homepage = "https://github.com/Atmelfan/scpi-rs" repository = "https://github.com/Atmelfan/scpi-rs" readme = "README.md" diff --git a/scpi/Cargo.toml b/scpi/Cargo.toml index 2abd6af..1c00239 100644 --- a/scpi/Cargo.toml +++ b/scpi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scpi" -version = "1.0.1" +version = "1.0.2" description = "SCPI/IEEE488.2 parser library" # Inherit from workspace workspace