Skip to content

Commit 3ba58cf

Browse files
committed
Re-export our particular version of semver
`conduit` forces us to use an old version of `semver` and consumers of this library must use the same version as well.
1 parent 35bf7d6 commit 3ba58cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ use futures_cpupool::CpuPool;
1212
use hyper::{Body, Chunk, Method, Request, Response, Server, StatusCode, Version};
1313
use log::error;
1414

15+
// Consumers of this library need access to this particular version of `semver`
16+
pub use semver;
17+
1518
#[derive(Debug)]
1619
struct Parts(http::request::Parts);
1720

0 commit comments

Comments
 (0)