Browse Source

New semester version fixes conflict with neo-concepts update

default_compile_flags
vector-of-bool 4 years ago
parent
commit
5cbecef15d
4 changed files with 16 additions and 4 deletions
  1. +12
    -0
      catalog.json
  2. +1
    -1
      package.jsonc
  3. +2
    -2
      src/dds/catalog/init_catalog.cpp
  4. +1
    -1
      tools/gen-catalog-json.py

+ 12
- 0
catalog.json View File

@@ -3494,6 +3494,18 @@
"transform": [],
"url": "https://github.com/vector-of-bool/semester.git"
}
},
"0.2.2": {
"depends": [
"neo-fun^0.3.2",
"neo-concepts^0.3.2"
],
"description": "A generic library for dealing with semistructured data",
"git": {
"ref": "0.2.2",
"transform": [],
"url": "https://github.com/vector-of-bool/semester.git"
}
}
},
"zlib": {

+ 1
- 1
package.jsonc View File

@@ -14,7 +14,7 @@
"semver@0.2.2",
"pubgrub@0.2.1",
"vob-json5@0.1.5",
"vob-semester@0.2.1",
"vob-semester@0.2.2",
"ctre@2.8.1",
"fmt^7.0.3"
],

+ 2
- 2
src/dds/catalog/init_catalog.cpp
File diff suppressed because it is too large
View File


+ 1
- 1
tools/gen-catalog-json.py View File

@@ -292,7 +292,7 @@ PACKAGES = [
github_package('pubgrub', 'vector-of-bool/pubgrub', ['0.2.1']),
github_package('vob-json5', 'vector-of-bool/json5', ['0.1.5']),
github_package('vob-semester', 'vector-of-bool/semester',
['0.1.0', '0.1.1', '0.2.0', '0.2.1']),
['0.1.0', '0.1.1', '0.2.0', '0.2.1', '0.2.2']),
many_versions(
'magic_enum',
(

Loading…
Cancel
Save