From 1ca3e52b94e7df6c6d3247b365c95613b9866d7f Mon Sep 17 00:00:00 2001 From: Tom Dohrmann Date: Fri, 29 Nov 2024 18:04:47 +0100 Subject: [PATCH] release 0.15.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b48dae0b..9b51f248 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ license = "MIT/Apache-2.0" name = "x86_64" readme = "README.md" repository = "https://github.com/rust-osdev/x86_64" -version = "0.15.1" +version = "0.15.2" edition = "2018" rust-version = "1.59" # Needed to support inline asm and default const generics