Skip to content

Commit f486d4c

Browse files
Update maud requirement from 0.26 to 0.27
Updates the requirements on [maud](https://github.com/lambda-fairy/maud) to permit the latest version. - [Release notes](https://github.com/lambda-fairy/maud/releases) - [Changelog](https://github.com/lambda-fairy/maud/blob/main/CHANGELOG.md) - [Commits](lambda-fairy/maud@v0.26.0...v0.27.0) --- updated-dependencies: - dependency-name: maud dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 64dc8f1 commit f486d4c

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
@@ -142,7 +142,7 @@ hifitime = { version = "4.0.0", features = ["serde", "std"] }
142142
gnss-rs = { version = "2.3.5", features = ["serde", "domes", "cospar"] }
143143
gnss-qc-traits = { version = "0.1.1", features = ["html"], optional = true }
144144

145-
maud = { version = "0.26", optional = true }
145+
maud = { version = "0.27", optional = true }
146146

147147
# BINEX
148148
binex = { version = "0.4.2", optional = true }

0 commit comments

Comments
 (0)