Skip to content

Commit 2a3a102

Browse files
committed
Merge branch 'main' into add-router-api
2 parents 5aae8b8 + 4b3a1ae commit 2a3a102

38 files changed

+2074
-933
lines changed

Cargo.lock

Lines changed: 129 additions & 94 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
members = [
33
"common",
44
"nexus",
5+
"nexus/src/db/db-macros",
56
"rpaths",
67
"sled-agent",
78
"oximeter/oximeter",
@@ -15,6 +16,7 @@ members = [
1516
default-members = [
1617
"common",
1718
"nexus",
19+
"nexus/src/db/db-macros",
1820
"rpaths",
1921
"sled-agent",
2022
"oximeter/oximeter",

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ See the note about setting RUSTDOCFLAGS at build time below.
8383
After doing this, you should have the `pkg-config` command on your PATH. For
8484
example, on Helios, you'd want `/usr/bin` on your PATH.
8585
--
86-
. CockroachDB v20.2.5.
86+
. CockroachDB v21.1.10.
8787
+
8888
The test suite expects to be able to start a single-node CockroachDB cluster using the `cockroach` executable on your PATH.
8989
On illumos, MacOS, and Linux, you should be able to use the `tools/ci_download_cockroachdb` script to fetch the official CockroachDB binary. It will be put into `./cockroachdb/bin/cockroach`.

common/Cargo.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,14 @@ name = "omicron-common"
33
version = "0.1.0"
44
edition = "2018"
55

6-
[build-dependencies.omicron-rpaths]
7-
path = "../rpaths"
8-
96
[dependencies]
107
anyhow = "1.0"
118
async-trait = "0.1.51"
12-
# Tracking pending 2.0 version.
13-
diesel = { git = "https://github.com/diesel-rs/diesel", rev = "a39dd2e", features = ["postgres", "r2d2", "chrono", "uuid"] }
149
futures = "0.3.15"
1510
http = "0.2.5"
1611
hyper = "0.14"
1712
ipnetwork = "0.18"
1813
propolis-server = { git = "https://github.com/oxidecomputer/propolis", rev = "bc0661e" }
19-
# See omicron-rpaths for more about the "pq-sys" dependency.
20-
pq-sys = "*"
2114
rayon = "1.5"
2215
reqwest = { version = "0.11", default-features = false, features = ["rustls-tls"] }
2316
ring = "0.16"

common/build.rs

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)