diff options
| author | Nadrieril | 2021-04-03 18:30:34 +0100 |
|---|---|---|
| committer | Nadrieril | 2021-04-03 18:30:34 +0100 |
| commit | c307b914eca192f8e8648345e365f9c0207bc18c (patch) | |
| tree | 7d155d0ccb7d4da6f6ed1b420b8294432cfccf3e /serde_dhall/src | |
| parent | 74443904ed73aac763187608c1a303054469de82 (diff) | |
release: serde_dhall version 0.10.1
Diffstat (limited to 'serde_dhall/src')
| -rw-r--r-- | serde_dhall/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/serde_dhall/src/lib.rs b/serde_dhall/src/lib.rs index 2a8c8dc..23623af 100644 --- a/serde_dhall/src/lib.rs +++ b/serde_dhall/src/lib.rs @@ -1,4 +1,4 @@ -#![doc(html_root_url = "https://docs.rs/serde_dhall/0.10.0")] +#![doc(html_root_url = "https://docs.rs/serde_dhall/0.10.1")] #![warn(missing_docs, missing_doc_code_examples)] //! [Dhall][dhall] is a programmable configuration language that provides a non-repetitive //! alternative to JSON and YAML. |
