Skip to content
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

Fix deprecations in Fmt 0.8.10 #239

Merged
merged 1 commit into from
Oct 22, 2021
Merged

Conversation

tmcgilchrist
Copy link
Member

@tmcgilchrist tmcgilchrist commented Oct 7, 2021

Need an updated version of this released the fmt>=0.8.7 bounds are causing deprecation warnings.

@@ -17,7 +17,7 @@ depends: [
"capnp-rpc" {= version}
"lwt"
"astring"
"fmt" {>= "0.8.7"}
"fmt" {>= "0.8.10"}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it still works with 0.8.7, right? as you are just fixing warnings

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

True, I'll just make it 0.8.7 consistently across the project.

@samoht samoht merged commit 097fd38 into mirage:master Oct 22, 2021
@samoht
Copy link
Member

samoht commented Oct 22, 2021

Thanks!

talex5 added a commit to talex5/opam-repository that referenced this pull request Nov 5, 2021
…age and capnp-rpc-lwt (1.2.1)

CHANGES:

- Fix Fmt deprecation warnings (@tmcgilchrist mirage/capnp-rpc#239).

- Update to latest X509 and DNS APIs (@tmcgilchrist mirage/capnp-rpc#240).
talex5 added a commit to talex5/opam-repository that referenced this pull request Nov 5, 2021
…age and capnp-rpc-lwt (1.2.1)

CHANGES:

- Fix Fmt deprecation warnings (@tmcgilchrist mirage/capnp-rpc#239).

- Update to latest X509 and DNS APIs (@tmcgilchrist mirage/capnp-rpc#240).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants