Skip to content

Commit f8ea394

Browse files
authored
Merge pull request #32 from Clem-Fern/dev
bump to 0.4.4
2 parents c44f418 + 83b50d5 commit f8ea394

36 files changed

+3973
-346
lines changed

.dockerignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,3 @@ data.db
88
users.yml
99
config
1010
build
11-
lib
12-
mariadb-connector-c-3.3.3-src.tar.gz
13-
mariadb-connector-c-3.3.3-src
14-
zlib.tar.gz
15-
zlib

.github/workflows/rust-clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
continue-on-error: true
5050

5151
- name: Upload analysis results to GitHub
52-
uses: github/codeql-action/upload-sarif@v1
52+
uses: github/codeql-action/upload-sarif@v3
5353
with:
5454
sarif_file: rust-clippy-results.sarif
5555
wait-for-processing: true

.gitignore

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,19 @@
33
debug/
44
target/
55

6-
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
7-
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
8-
Cargo.lock
9-
106
# These are backup files generated by rustfmt
117
**/*.rs.bk
128

139
# MSVC Windows builds of rustc generate these, which store debugging information
1410
*.pdb
1511

12+
# RustRover
13+
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
14+
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
15+
# and can be added to the global gitignore or merged into this file. For a more nuclear
16+
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
17+
#.idea/
18+
1619
.env
1720
/vendor
1821
data.db

0 commit comments

Comments
 (0)