-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upgrade baa, fst-writer and fraction dependencies #2382
Conversation
@@ -21,10 +21,9 @@ pest_derive.workspace = true | |||
pest_consume.workspace = true | |||
argh.workspace = true | |||
owo-colors = "^3.5" | |||
bitvec = "1.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this seemed unused so I removed it
@@ -33,7 +32,6 @@ ahash = "0.8.3" | |||
num-bigint = "0.4.6" | |||
num-traits = "0.2.19" | |||
|
|||
once_cell = "1.9.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this seemed unused so I removed it
@@ -42,8 +40,8 @@ calyx-opt = { path = "../calyx-opt" } | |||
calyx-frontend = { path = "../calyx-frontend" } | |||
|
|||
ciborium = "0.2.2" | |||
baa = { version = "0.14.0", features = ["bigint", "serde1", "fraction1"] } | |||
fst-writer = "0.2.1" | |||
baa.workspace = true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this unifies the baa version between cider
and cider-dap
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense to me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems good to me!
No description provided.