Compare commits

...

4 Commits

Author SHA1 Message Date
a852c8bcc5 chore: bring back rust-toolchain.toml 2024-10-20 21:31:27 +02:00
235e13230b Merge branch 'main' into javalsai-changes 2024-10-20 21:31:03 +02:00
danmax
bd517ed0b5 chore: bump version to 1.0.0 2024-10-20 01:48:21 -04:00
bcd349e36f cargo clippy 👍 2024-10-19 21:50:54 +02:00
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "r34-scraper"
version = "0.1.0"
version = "1.0.0"
edition = "2021"
[dependencies]

2
rust-toolchain.toml Normal file
View File

@@ -0,0 +1,2 @@
[toolchain]
channel = "nightly"