Skip to content
Snippets Groups Projects
Verified Commit e5fdf857 authored by Arul Agrawal's avatar Arul Agrawal
Browse files

wtf am i doing

parent 48d394f7
No related branches found
Tags 0.1.5
No related merge requests found
......@@ -36,7 +36,7 @@ dependencies = [
[[package]]
name = "dl_sieve"
version = "0.1.3"
version = "0.1.5"
dependencies = [
"dirs",
"phf",
......
[package]
name = "dl_sieve"
version = "0.1.3"
version = "0.1.5"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
......
......@@ -3,7 +3,7 @@ let
inherit (pkgs) rustPlatform fetchFromGitea;
in rustPlatform.buildRustPackage rec {
pname = "dl_sieve";
version = "0.1.3";
version = "0.1.5";
src = fetchFromGitea {
domain = "git.arul.io";
......@@ -13,5 +13,5 @@ in rustPlatform.buildRustPackage rec {
sha256 = "sha256-KvErPA4YbQfYxkrcj8krV9CaYuM5JmQXQnwXyMZZL4o=";
};
cargoSha256 = "sha256-FKDp2D3diSNp2Fmlu+VNEVb572z3DqgYVAPnZcGX034=";
cargoSha256 = "sha256-g3sueJvq9iIsNZ22gmX5k8b6NOcQEKZsvxGdj/oCRyA=";
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment