diff --git a/Cargo.lock b/Cargo.lock index 7765b23..ef07a67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -459,7 +459,7 @@ dependencies = [ [[package]] name = "qemu_test_runner" -version = "0.1.0" +version = "1.0.0" dependencies = [ "clap", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 664f9d1..4d75ef0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "qemu_test_runner" -version = "0.1.0" +version = "1.0.0" edition = "2021" authors = ["MichaƂ Smolarek "] -description = "A test runner for students' solutions to the Operating Systems course assignments." +description = "A test runner for students' solutions to the Operating Systems course assignments (MIMUW)." readme = "README.md" repository = "https://github.com/Razz4780/qemu_test_runner" license = "WTFPL"