-
Notifications
You must be signed in to change notification settings - Fork 1
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
Adds test for better fgoxide header error and bump fgoxide version. #43
base: main
Are you sure you want to change the base?
Conversation
@@ -36,7 +36,9 @@ bstr = "1.0.1" | |||
clap = { version = "4.0.25", features = ["derive"] } | |||
enum_dispatch = "0.3.8" | |||
env_logger = "0.9.3" | |||
fgoxide = "0.3.0" | |||
# TODO: change this when 0.3.1 is released with header validation. |
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.
NB: fix and squash the commit after PR is merged in fgoxide.
df885be
to
d999943
Compare
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.
Looks logical 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.
lgtm
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.
Adds tests to catch the new fgoxide header error Error
.
TODOs: