Browse Source

Pull fixes for neo-url

default_compile_flags
vector-of-bool 4 years ago
parent
commit
aea66fc39f
2 changed files with 12 additions and 1 deletions
  1. +11
    -0
      old-catalog.json
  2. +1
    -1
      package.jsonc

+ 11
- 0
old-catalog.json View File

@@ -2597,6 +2597,17 @@
"transform": [],
"url": "https://github.com/vector-of-bool/neo-url.git"
}
},
"0.2.3": {
"depends": [
"neo-fun^0.5.5"
],
"description": "URL parsing and handling library.",
"git": {
"ref": "0.2.3",
"transform": [],
"url": "https://github.com/vector-of-bool/neo-url.git"
}
}
},
"nlohmann-json": {

+ 1
- 1
package.jsonc View File

@@ -11,7 +11,7 @@
"neo-sqlite3@0.4.1",
"neo-fun~0.6.0",
"neo-compress~0.2.0",
"neo-url~0.2.2",
"neo-url~0.2.3",
"semver@0.2.2",
"pubgrub@0.2.1",
"vob-json5@0.1.5",

Loading…
Cancel
Save