From 578aaa32eb5dd49dcc9585b3917d476952e75730 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Smolarek?= <34063647+Razz4780@users.noreply.github.com> Date: Mon, 15 Aug 2022 16:48:24 +0100 Subject: [PATCH] version updated (#46) --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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"