Skip to content

Commit 75b22a9

Browse files
Update rerun requirement from 0.24.0 to 0.25.1 (#52)
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/0.25.1/CHANGELOG.md) - [Commits](rerun-io/rerun@0.24.0...0.25.1) --- updated-dependencies: - dependency-name: rerun dependency-version: 0.25.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7971687 commit 75b22a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

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

0 commit comments

Comments
 (0)