From 93f4ab6ac714f8783c35f617c66a738b29bf22cb Mon Sep 17 00:00:00 2001 From: EricLBuehler Date: Sat, 9 Sep 2023 12:39:32 -0400 Subject: [PATCH] Bump version with windows fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a06c555..4544271 100644 --- a/README.md +++ b/README.md @@ -32,4 +32,4 @@ Click [here](BENCHMARKS.md) for more benchmarks. Multiple different operating sy ![Trc vs Arc performance](./figures/performance.png) ## Use -To use `Trc`, simply run `cargo add trc`, or add `trc = "1.2.2"`. Optionally, you can always use the latest version by adding `trc = {git = "https://github.com/EricLBuehler/trc.git"}`. +To use `Trc`, simply run `cargo add trc`, or add `trc = "1.2.3"`. Optionally, you can always use the latest version by adding `trc = {git = "https://github.com/EricLBuehler/trc.git"}`.