Skip to content

Commit

Permalink
Merge pull request #28 from dan-fritchman/what_dans_doing
Browse files Browse the repository at this point in the history
Misc Updates
  • Loading branch information
dan-fritchman authored Dec 15, 2022
2 parents 25186ec + faa578f commit 61f0446
Show file tree
Hide file tree
Showing 23 changed files with 1,365 additions and 1,213 deletions.
4 changes: 2 additions & 2 deletions gds21/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = "Gds21 Integrated Circuit Layout Parser & Writer"
name = "gds21"
# Shared layout21 attributes
authors = ["Dan Fritchman <[email protected]>"]
edition = "2018"
edition = "2021"
license = "BSD-3-Clause"
repository = "https://github.com/dan-fritchman/Layout21"
version = "0.2.1"
Expand All @@ -15,7 +15,7 @@ exclude = ["resources",]
layout21utils = {path = "../layout21utils", version="0.2.1"}
# External dependencies
byteorder = "1.3.4"
chrono = {version = "0.4", features = ["serde"]}
chrono = {version = "0.4.20", features = ["serde"]}
derive_builder = "0.9.0"
derive_more = "0.99.16"
num-derive = "0.3"
Expand Down
Loading

0 comments on commit 61f0446

Please sign in to comment.