grumble mutter deps
2 files changed, 4 insertions(+), 1 deletions(-)

M .build.yml
M Cargo.toml
M .build.yml +3 -0
@@ 1,5 1,8 @@ 
 image: debian/bullseye
 packages:
+ - pkg-config
+ - curl
+ - libssl-dev
  - cargo
 secrets:
  - 384fc780-f42a-4945-854e-cbd952d6802b

          
M Cargo.toml +1 -1
@@ 1,6 1,6 @@ 
 [package]
 name = "oorandom"
-version = "11.1.1"
+version = "11.1.2"
 authors = ["Simon Heath <icefox@dreamquest.io>"]
 edition = "2018"
 description = "A tiny, robust PRNG implementation."