summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Reeder <vpzomtrrfrt@gmail.com>2020-12-19 14:48:24 -0700
committerColin Reeder <vpzomtrrfrt@gmail.com>2020-12-19 14:48:24 -0700
commit776d069fc7c6e6cb11e71b0adf114712d4c083a3 (patch)
tree2613e9667dc7799f17059968b9c5fced9d2a4b3e
parent740e8e7107e0971796d1d903d445c6db76fcf92c (diff)
Switch to released version of pdcm-linkify
-rw-r--r--Cargo.lock3
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7199d93..cb5296d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1489,7 +1489,8 @@ dependencies = [
[[package]]
name = "pdcm-linkify"
version = "0.1.0"
-source = "git+https://git.sr.ht/~vpzom/pdcm-linkify?rev=18c43df5#18c43df5fc1f75341a883f46c07e0b73d3068572"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "859a06e3ad961c38d8c6437e6c7d3768df3dd73ace8f010ff139dbb2220806cb"
dependencies = [
"pulldown-cmark",
"regex",
diff --git a/Cargo.toml b/Cargo.toml
index 85b0b7f..5a8d1b3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -49,9 +49,9 @@ tokio-util = "0.3.1"
henry = "0.1.0"
ammonia = "3.1.0"
base64 = "0.13.0"
-pdcm-linkify = { git = "https://git.sr.ht/~vpzom/pdcm-linkify", rev = "18c43df5" }
pulldown-cmark = "0.8.0"
migrant_lib = { version = "0.30.0", features = ["d-postgres"] }
+pdcm-linkify = "0.1.0"
[dev-dependencies]
rand = "0.7.3"