Skip to content

Commit

Permalink
Migrate to Rust 2021 edition (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored Dec 10, 2024
1 parent 7adc2d3 commit 227be27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/ixmilia/dxf-rs"
readme = "README.md"
keywords = ["AutoCAD", "CAD", "DXB", "DXF"]
license = "MIT"
edition = "2018"
edition = "2021"

[package.metadata.docs.rs]
targets = []
Expand Down
2 changes: 1 addition & 1 deletion dxf2json/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "dxf2json"
version = "0.1.0"
authors = ["Brett V. Forsgren <[email protected]>"]
edition = "2018"
edition = "2021"

[dependencies]
dxf = { path = "../", features = ["serialize"] }
Expand Down
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "dxf-examples"
version = "0.1.0"
authors = ["Brett V. Forsgren <[email protected]>"]
edition = "2018"
edition = "2021"

[dependencies]
dxf = { path = "../" }

0 comments on commit 227be27

Please sign in to comment.