Skip to content

Commit da7b9e5

Browse files
committed
Add exhaustive test for aperture attributes (TA) and improve parsing. Bump gerber-types.
* this approach uses the same values that gerber-types uses for serialization, requiring less synchronization between the two crates, less maintenance and greater robustness.
1 parent 6e103fc commit da7b9e5

3 files changed

Lines changed: 502 additions & 211 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repository = "https://github.com/MakerPnP/gerber-parser"
1616
[dependencies]
1717
# currently un-released, using latest gerber_types with updates to support macro expressions
1818
#gerber_types = "0.4.0"
19-
gerber_types = { git = "https://github.com/MakerPnP/gerber-types.git", rev = "ad8702e782d775367fa3151fa3650b194073dca8"}
19+
gerber_types = { git = "https://github.com/MakerPnP/gerber-types.git", rev = "b331365981463a0a14940711fe5242f70cfbeeb9"}
2020
#gerber_types = { path = "../gerber-types" }
2121

2222
# errors

0 commit comments

Comments
 (0)