zed/crates/util/src
Jason Lee e7fcddff69
Parse version from GitHub tag name instead of release name (#7423)
If we not change this, some release will parse error.

https://docs.github.com/en/rest/releases/releases?apiVersion=2022-11-28

```json
{
  "name": {
    "type": [
      "string",
      "null"
    ]
  }
}
```

<img width="1188" alt="image"
src="https://github.com/zed-industries/zed/assets/5518/bd53dbc4-ae2c-4f19-afd7-58e70b4f87d8">

---------

Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
2024-02-08 15:28:51 -05:00
..
test Use collections::{HashMap, HashSet} instead of its std:: counterpart (#7502) 2024-02-07 19:06:03 +02:00
arc_cow.rs Add logic for managing language and theme extensions (#7467) 2024-02-07 15:14:50 -05:00
fs.rs
github.rs Parse version from GitHub tag name instead of release name (#7423) 2024-02-08 15:28:51 -05:00
http.rs Also add proxy to zed http client (#7184) 2024-01-31 21:40:12 -07:00
paths.rs Clean up util::paths (#7536) 2024-02-07 21:01:45 -05:00
semantic_version.rs app version to server (#7130) 2024-01-31 15:46:24 -07:00
test.rs
util.rs Read HTTP proxy from env (#6765) 2024-01-31 20:57:09 -07:00