Skip to content

Commit 63d5ef1

Browse files
authored
change dependabot to weekly (#21)
change dependabot to weekly; update deps
1 parent c3df994 commit 63d5ef1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ updates:
1212
- package-ecosystem: "cargo"
1313
directory: "/"
1414
schedule:
15-
interval: "monthly"
15+
interval: "weekly"

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ lto = "thin" # Do a second optimization pass over the entire program, inclu
3030
nalgebra = "0.33.2"
3131
rand = { version = "0.8.5", features = ["rand_chacha"] }
3232
rand_distr = "0.4.3"
33-
rerun = "0.19.1"
34-
thiserror = "2.0.1"
35-
serde = { version = "1.0.214", features = ["derive"] }
33+
rerun = "0.20.0"
34+
thiserror = "2.0.3"
35+
serde = { version = "1.0.215", features = ["derive"] }
3636
serde_yaml = "0.9.34"
3737
env_logger = "0.11.5"
3838
log = "0.4.22"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Peng is a minimal quadrotor autonomy framework written in Rust that provides rea
5050
### Installation from Crates.io
5151

5252
```bash
53-
# Install rerun-cli (ensure version >= 0.19.0)
53+
# Install rerun-cli
5454
cargo install rerun-cli
5555
cargo install peng_quad
5656
peng_quad config/quad.yaml
@@ -59,7 +59,7 @@ peng_quad config/quad.yaml
5959
### Installation from Source
6060

6161
```bash
62-
# Install rerun-cli (ensure version >= 0.19.0)
62+
# Install rerun-cli
6363
cargo install rerun-cli
6464
git clone https://github.com/makeecat/Peng.git
6565
cd Peng

0 commit comments

Comments
 (0)