Skip to content

Commit b6056f5

Browse files
Update rerun requirement from 0.29 to 0.30 (#64)
Updates the requirements on [rerun](https://github.com/rerun-io/rerun) to permit the latest version. - [Release notes](https://github.com/rerun-io/rerun/releases) - [Changelog](https://github.com/rerun-io/rerun/blob/main/CHANGELOG.md) - [Commits](rerun-io/rerun@0.29.0...0.30.0) --- updated-dependencies: - dependency-name: rerun dependency-version: 0.30.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6005293 commit b6056f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ rand = "0.10.0"
3131
nalgebra = "0.34.0"
3232
rand_distr = "0.6.0"
3333
rand_chacha = "0.10.0"
34-
rerun = "0.29"
34+
rerun = "0.30"
3535
thiserror = "2.0.12"
3636
serde = { version = "1.0.219", features = ["derive"] }
3737
serde_yaml = "0.9.34"

0 commit comments

Comments
 (0)