20 Commits

Author SHA1 Message Date
3af8cd7c32 version bump 2025-05-16 22:07:14 +02:00
b9705ad793 Merge branch 'master' of https://github.com/Tilo-K/pastebin-cli into develop 2025-05-16 22:02:38 +02:00
25f48a1e94 chore: remove unused import 2025-05-16 22:01:02 +02:00
8ef0c317f9 remove .idea 2025-05-16 21:57:17 +02:00
75b9b52e25 feat: improve list command 2025-05-16 21:56:47 +02:00
Tilo
34e98b5702 chore: upgrade versions (#8) 2025-05-16 21:56:31 +02:00
5bcdde3fe5 fix 2024-05-07 20:36:36 +02:00
0606ef082a we are getting dirty 2024-05-07 20:35:12 +02:00
008556ab4d fixed 2024-05-07 20:33:04 +02:00
bd54946b94 homepage & release 2024-05-07 17:12:02 +02:00
a6db41c0ca ver: 1.0.5 2024-05-07 17:09:27 +02:00
4656fc09f6 Maybe fix regex 2024-05-07 17:08:41 +02:00
511012e3bf Merge branch 'master' of https://github.com/Tilo-K/pastebin-cli into develop 2024-05-07 17:06:24 +02:00
e200099589 Lockfile 2024-05-07 17:06:18 +02:00
Tilo
83b1817dc3 Merge branch 'master' into develop 2024-05-07 16:54:13 +02:00
d081f3d083 feat: added releases 2024-05-07 16:52:11 +02:00
Tilo
8239356868 Merge branch 'master' into develop 2024-03-04 22:56:58 +01:00
dependabot[bot]
5fe8588b73 Bump mio from 0.8.10 to 0.8.11 (#2)
* Setting paste name to filename (#1)

* Setting paste name to filename

* Version bump

* chore: Update dependencies

* chore: version bump

* License update

* chore: license

* Bump mio from 0.8.10 to 0.8.11

Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.10 to 0.8.11.
- [Release notes](https://github.com/tokio-rs/mio/releases)
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/mio/compare/v0.8.10...v0.8.11)

---
updated-dependencies:
- dependency-name: mio
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Tilo <Tilo-K@users.noreply.github.com>
Co-authored-by: Tilo-K <tiloklarenbeek@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-04 22:56:09 +01:00
f69496afdb Version bump 2023-10-26 21:57:27 +02:00
a2e8dab9b0 Setting paste name to filename 2023-10-26 21:55:41 +02:00
2 changed files with 6 additions and 5 deletions

10
Cargo.lock generated
View File

@@ -679,9 +679,9 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
[[package]]
name = "openssl"
version = "0.10.72"
version = "0.10.63"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
checksum = "15c9d69dd87a29568d4d017cfe8ec518706046a05184e5aea92d0af890b803c8"
dependencies = [
"bitflags 2.4.2",
"cfg-if",
@@ -711,9 +711,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]]
name = "openssl-sys"
version = "0.9.108"
version = "0.9.99"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e145e1651e858e820e4860f7b9c5e169bc1d8ce1c86043be79fa7b7634821847"
checksum = "22e1bf214306098e4832460f797824c05d25aacdf896f64a985fb0fd992454ae"
dependencies = [
"cc",
"libc",
@@ -746,7 +746,7 @@ dependencies = [
[[package]]
name = "pastebin-cli"
version = "0.1.8"
version = "0.1.7"
dependencies = [
"anyhow",
"chrono",

View File

@@ -59,3 +59,4 @@ pr-run-mode = "plan"
install-updater = true
allow-dirty = ["ci"]
allow-dirty = ["ci"]