-
Notifications
You must be signed in to change notification settings - Fork 9
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
Chore/update dependencies #29
Conversation
env_logger = "0.10" | ||
fluent-templates = { version = "0.8", optional = true, default-features = false, features = ["tera"]} | ||
env_logger = "0.11" | ||
fluent-templates = { version = "0.9", optional = true, default-features = false, features = ["tera", "use-ignore"] } |
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.
What is use-ignore
for ?
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.
There are two features, use-ignore
and walkdir
, one of which must be enabled. The default feature list includes use-ignore
, so this is not a change except that by dropping default features this dependency now doesn't need the macros
feature to be compiled. I assume that was the point of this change...which makes sense since they are not being used in this context.
Great to see that this got merged so fast and a new release is available. Unfortunately, someone else got tagged in the 0.4.0 release notes as contributor - is it possible to adjust this? |
Oh yes sure, don't worry about that and sorry for the automation errors. I will adjust. |
Update project dependencies specified in Cargo.toml,
cargo update
to generate new Cargo.lock fileMain reasons: