Skip to content

Commit bf20196

Browse files
authored
[spr] initial version (#49)
Created using spr 1.3.6-beta.1
1 parent c2b4802 commit bf20196

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

Cargo.lock

+4-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ daft = { version = "0.1.0", path = "daft" }
2323
daft-derive = { version = "=0.1.0", path = "daft-derive" }
2424
expectorate = "1.1.0"
2525
newtype-uuid = "1.2.1"
26-
oxnet = { git = "https://github.com/oxidecomputer/oxnet" }
26+
oxnet = "0.1.0"
2727
paste = "1.0.15"
2828
prettyplease = "0.2.29"
2929
proc-macro2 = "1.0"

daft/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ Implementations for standard library types, all **enabled** by default:
422422
Implementations for third-party types, all **disabled** by default:
423423

424424
* `uuid1`: Enable diffing for [`uuid::Uuid`](https://docs.rs/uuid/1.12.1/uuid/struct.Uuid.html).
425-
* `oxnet01`: Enable diffing for network types from the \[`oxnet`\] crate.
425+
* `oxnet01`: Enable diffing for network types from the [`oxnet`](https://docs.rs/oxnet/0.1.0/oxnet/index.html) crate.
426426
* `newtype-uuid1`: Enable diffing for [`newtype_uuid::TypedUuid`](https://docs.rs/newtype-uuid/1.2.1/newtype_uuid/struct.TypedUuid.html).
427427

428428
## Minimum supported Rust version (MSRV)

0 commit comments

Comments
 (0)