aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-07-20 13:43:13 +0200
committerHampusM <hampus@hampusmat.com>2022-07-20 13:43:13 +0200
commit7863d9859a5cbce99c3769e4fdb40283115d358d (patch)
tree3851404b93bf1404171127b786b2a150d203f699
parent1f1e79bd2601ba467c5c5ecfd5a48cf77455c331 (diff)
docs: use syrette from crates.io in example
-rw-r--r--example/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/Cargo.toml b/example/Cargo.toml
index c80daa3..003ad19 100644
--- a/example/Cargo.toml
+++ b/example/Cargo.toml
@@ -6,6 +6,6 @@ authors = ["HampusM <hampus@hampusmat.com>"]
edition = "2021"
[dependencies]
-syrette = { path = "../syrette" }
+syrette = "0.1.0"
error-stack = "0.1.1"