From bcac53bbdd2596291a137dadc66c44575ac8b8be Mon Sep 17 00:00:00 2001 From: sonodima Date: Thu, 3 Oct 2024 21:20:39 +0200 Subject: [PATCH] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e75d3f0..4aa7e7c 100755 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -microseh = "1.0" +microseh = "1.1" ``` **Minimal Example:** Dereference an invalid pointer without crashing the program, and return the handled exception.