From e8b5b2bbb9376162a26a2e65b9238952542e5fd9 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Tue, 24 Jun 2025 16:16:14 -0400 Subject: [PATCH] Switch to Physis 0.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4b5265d..7707b57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,4 +5,4 @@ edition = "2024" license = "MIT" [dependencies] -physis = { git = "https://github.com/redstrate/Physis" } +physis = "0.4"