Skip to content

Commit 8ec692a

Browse files
authored
Bump to staging (#67)
* add: Cargo.lock file * Update dependabot.yml * Merge refactor/service-weak-references into staging (#58) refactor: use Weak instead of Arc self-references * Merge refactor/once-cell into staging (#62) refactor: use OnceLock instead of SetLock - Use OnceLock where SetLock was previously used - Remove SetLock * Merge refactor/async into staging (#63) refactor: use async_trait where possible * Merge feature/cargo-optimizations into staging (#64) add: Cargo.toml settings * fix: bump version to 0.3.0 * fix: cartes.io publishing
1 parent 291cce3 commit 8ec692a

File tree

18 files changed

+3417
-340
lines changed

18 files changed

+3417
-340
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
version: 2
55
updates:
66
- package-ecosystem: "cargo"
7-
directory: "/" # Location of package manifests
7+
directory: "/"
8+
target-branch: staging
89
schedule:
910
interval: "daily"

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
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

0 commit comments

Comments
 (0)