From 7f90bac1b25773dbd7fd634b7c0b553ebe8951ca Mon Sep 17 00:00:00 2001 From: Nils Heydecker <48135649+Nilstrieb@users.noreply.github.com> Date: Wed, 6 Apr 2022 13:52:13 +0200 Subject: [PATCH] upgrade sptr --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c0b01d5..e409225 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ include = ["Cargo.toml", "LICENSE", "src", "README.md"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -sptr = "0.2.3" +sptr = "0.3.1" [dev-dependencies] paste = "1.0.7"