Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f187ee3

Browse files
authoredFeb 22, 2025··
Update geo requirement from 0.28 to 0.29
Updates the requirements on [geo](https://github.com/georust/geo) to permit the latest version. - [Changelog](https://github.com/georust/geo/blob/main/CHANGES.md) - [Commits](georust/geo@geo-0.28.0...geo-0.29.3) --- updated-dependencies: - dependency-name: geo dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2c11453 commit f187ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎rinex/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ dms-coordinates = "1.3.1"
129129
bitflags = { version = "2.3", features = ["serde"] }
130130
serde = { version = "1.0", optional = true, default-features = false, features = ["derive"] }
131131

132-
geo = { version = "0.28", optional = true }
132+
geo = { version = "0.29", optional = true }
133133
wkt = { version = "0.10.0", default-features = false, optional = true }
134134
flate2 = { version = "1", optional = true }
135135

0 commit comments

Comments
 (0)
Please sign in to comment.