Skip to content

Commit 45469c1

Browse files
committed
Update README file
1 parent 134cc02 commit 45469c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# conduit-hyper
22

3-
This crate integrates a `hyper 0.13` server with a `conduit 0.8` application
3+
This crate integrates a `hyper 0.14` server with a `conduit 0.10` application
44
stack.
55

66
## Error and Panic Handling
77

88
If the application handler returns an `Err(_)` the server will log the
9-
description via the `log` crate and then return a generic 500 status response.
9+
description via the `tracing` crate and then return a generic 500 status response.
1010

1111
If the handler panics, the default panic handler prints a message to stderr and the
1212
connnection is closed without sending a response. In the future, these panics

0 commit comments

Comments
 (0)