aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex <alex@adnab.me>2022-09-06 15:11:30 +0200
committerAlex <alex@adnab.me>2022-09-06 15:11:30 +0200
commited7796924b17ae4e73b21fdd9dfaa0a45bed98ff (patch)
tree73dd84bba384a79cacdbd4bdec01c5c9485d2c6b /Cargo.toml
parent729a910e14bc44925175ea8240d0c16fdfc18103 (diff)
parentea36b9ff904a8300afb8fb1601cde88c915a810f (diff)
downloadgarage-ed7796924b17ae4e73b21fdd9dfaa0a45bed98ff.tar.gz
garage-ed7796924b17ae4e73b21fdd9dfaa0a45bed98ff.zip
Merge pull request 'Make OTLP exporter optional and allow building without Prometheus exporter (/metrics)' (#372) from jirutka/garage:telemetry-and-metrics into improve-deps
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/372 Reviewed-by: Alex <alex@adnab.me>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 122285db..a9fd4423 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,4 +1,5 @@
[workspace]
+resolver = "2"
members = [
"src/db",
"src/util",