Skip to content

Commit

Permalink
Merge pull request #70 from dinosaure/upgrade-spoke
Browse files Browse the repository at this point in the history
Upgrade bob with spoke.0.0.3
  • Loading branch information
dinosaure authored Jul 15, 2024
2 parents beaef37 + 9a15344 commit 15fd80c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
7 changes: 4 additions & 3 deletions bob.opam
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ depends: [
"bigstringaf"
"cmdliner"
"ipaddr" {>= "5.3.0"}
"mirage-crypto"
"mirage-crypto-rng" {>= "0.11.0"}
"mirage-crypto" {< "1.0.0"}
"mirage-crypto-rng" {>= "0.11.0" & < "1.0.0"}
"x509" {>= "0.16.0"}
"psq"
"tls" {>= "0.17.4"}
Expand All @@ -35,7 +35,8 @@ depends: [
"dns-client" {>= "6.4.0"}
"happy-eyeballs" {>= "0.6.0"}
"ca-certs"
"eqaf" {< "0.10"}
"ke" {>= "0.6"}
"alcotest" {with-test}
"spoke" {>= "0.0.2"}
"spoke" {>= "0.0.3"}
]
15 changes: 8 additions & 7 deletions com.opam
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ depends: [
"bigstringaf"
"cmdliner"
"ipaddr" { >= "5.3.0" }
"mirage-crypto"
"mirage-crypto-rng" { >= "0.11.0" }
"mirage-crypto" { < "1.0.0" }
"mirage-crypto-rng" { >= "0.11.0" & < "1.0.0" }
"x509" { >= "0.16.0" }
"psq"
"lru" { >= "0.3.1" }
Expand All @@ -49,16 +49,17 @@ depends: [
"dns-client"
"happy-eyeballs" { >= "0.6.0" }
"ca-certs"
"eqaf" {< "0.10"}
"ke" { >= "0.6" }
"alcotest" { with-test }
"spoke" { >= "0.0.2" }
"spoke" { >= "0.0.3" }
]

pin-depends: [
[ "mirage-crypto.dev" "git+https://github.com/dinosaure/mirage-crypto.git#83b160823cc601ffb19f8be2e32d643ffcbea60d" ]
[ "mirage-crypto-pk.dev" "git+https://github.com/dinosaure/mirage-crypto.git#83b160823cc601ffb19f8be2e32d643ffcbea60d" ]
[ "mirage-crypto-ec.dev" "git+https://github.com/dinosaure/mirage-crypto.git#83b160823cc601ffb19f8be2e32d643ffcbea60d" ]
[ "mirage-crypto-rng.dev" "git+https://github.com/dinosaure/mirage-crypto.git#83b160823cc601ffb19f8be2e32d643ffcbea60d" ]
[ "mirage-crypto.0.11.0" "git+https://github.com/dinosaure/mirage-crypto.git#83b160823cc601ffb19f8be2e32d643ffcbea60d" ]
[ "mirage-crypto-pk.0.11.0" "git+https://github.com/dinosaure/mirage-crypto.git#83b160823cc601ffb19f8be2e32d643ffcbea60d" ]
[ "mirage-crypto-ec.0.11.0" "git+https://github.com/dinosaure/mirage-crypto.git#83b160823cc601ffb19f8be2e32d643ffcbea60d" ]
[ "mirage-crypto-rng.0.11.0" "git+https://github.com/dinosaure/mirage-crypto.git#83b160823cc601ffb19f8be2e32d643ffcbea60d" ]
[ "mtime.dev" "git+https://github.com/dinosaure/mtime.git#d5d70f38c40da90e3e173eb60346df55b64a4a0a" ]
[ "gmp.dev" "git+https://github.com/mirage/ocaml-gmp.git#90c7941b3b2649c19f2596538417e5ce1df61b9d" ]
]
Expand Down

0 comments on commit 15fd80c

Please sign in to comment.