Compare commits

...

2 Commits

Author SHA1 Message Date
Tristan B. Velloza Kildaire 150fbe7837 Merge branch 'master' into feature/options_full 2023-10-01 18:15:59 +02:00
Tristan B. Velloza Kildaire 2ead083ca8 Dub
- Require a minimum version of `0.1.0` of the niknaks library
2023-10-01 18:12:43 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
],
"copyright": "Copyright © 2023, Tristan B. Velloza Kildaire",
"dependencies": {
"niknaks": "~>0.1.0"
"niknaks": ">=0.1.0"
},
"description": "CoAP library for D",
"license": "LGPL v3.0",