summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatthieu <matthieu@puffer.fish>2025-09-22 11:19:53 +0200
committermatthieu <matthieu@puffer.fish>2025-09-22 11:19:53 +0200
commit32d5133ff7fba31d5ee6d0311cba30dd6a883d80 (patch)
treeb1f2a83de1c8c9c5fdf3ecc9a5074a91cbf08a85
parentd92a05744cf756198e12d8b9d0008c1a1517dfe9 (diff)
Delete 0001-feat-version-bump.patchHEADmaster
-rw-r--r--0001-feat-version-bump.patch38
1 files changed, 0 insertions, 38 deletions
diff --git a/0001-feat-version-bump.patch b/0001-feat-version-bump.patch
deleted file mode 100644
index 010f404..0000000
--- a/0001-feat-version-bump.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From d4efe12c965ca0d3c7a60baf2a37495904b46a4e Mon Sep 17 00:00:00 2001
-From: Matthieu Pignolet <matthieu@puffer.fish>
-Date: Mon, 19 May 2025 12:40:41 +0400
-Subject: [PATCH] feat: version bump
-
----
- Cargo.lock | 2 +-
- Cargo.toml | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/Cargo.lock b/Cargo.lock
-index b50ebb4..9422dbe 100644
---- a/Cargo.lock
-+++ b/Cargo.lock
-@@ -10,7 +10,7 @@ checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
-
- [[package]]
- name = "kondrak-aline"
--version = "0.1.2-1"
-+version = "0.1.3"
- dependencies = [
- "once_cell",
- "serde",
-diff --git a/Cargo.toml b/Cargo.toml
-index a406caa..f90536a 100644
---- a/Cargo.toml
-+++ b/Cargo.toml
-@@ -1,6 +1,6 @@
- [package]
- name = "kondrak-aline"
--version = "0.1.2-1"
-+version = "0.1.3"
- edition = "2024"
- license = "MIT"
- readme = "README.md"
---
-2.51.0
-