Skip to content

fix(httpd): import rand::RngExt for rand 0.10 fill API#102

Open
paulnicholson wants to merge 1 commit into
penso:mainfrom
paulnicholson:fix/httpd-rand-0.10-rngext
Open

fix(httpd): import rand::RngExt for rand 0.10 fill API#102
paulnicholson wants to merge 1 commit into
penso:mainfrom
paulnicholson:fix/httpd-rand-0.10-rngext

Conversation

@paulnicholson

Copy link
Copy Markdown

rand 0.10 moved the fill() method from the Rng trait to a new RngExt trait. Update the two call sites in arbor-httpd to import RngExt so the release build (--locked) compiles cleanly.

rand 0.10 moved the fill() method from the Rng trait to a new
RngExt trait. Update the two call sites in arbor-httpd to import
RngExt so the release build (--locked) compiles cleanly.
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.

1 participant