Skip to content

Commit 82c50e1

Browse files
committed
update readme for Dart
1 parent e909b4e commit 82c50e1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

serde-generate/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ The following programming languages are fully supported as target languages:
2222
* C# (NetCoreApp >= 2.1)
2323
* Swift 5.3
2424
* OCaml
25+
* Dart >= 3
2526

2627
The following languages are partially supported and still considered under development:
2728

28-
* TypeScript 4 (packaged and tested with Deno) [(follow-up issue)](https://github.com/novifinancial/serde-reflection/issues/119)
29-
* Dart >= 2 [(follow-up issue)](https://github.com/novifinancial/serde-reflection/issues/120)
29+
* TypeScript 4 (packaged and tested with Deno) [(follow-up issue)](https://github.com/zefchain/serde-reflection/issues/58)
3030

3131
### Supported Encodings
3232

serde-generate/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
//! * C# (NetCoreApp >= 2.1)
2020
//! * Swift 5.3
2121
//! * OCaml
22+
//! * Dart >= 3
2223
//!
2324
//! The following languages are partially supported and still considered under development:
2425
//!
25-
//! * TypeScript 4 (packaged and tested with Deno) [(follow-up issue)](https://github.com/novifinancial/serde-reflection/issues/119)
26-
//! * Dart >= 2 [(follow-up issue)](https://github.com/novifinancial/serde-reflection/issues/120)
26+
//! * TypeScript 4 (packaged and tested with Deno) [(follow-up issue)](https://github.com/zefchain/serde-reflection/issues/58)
2727
//!
2828
//! ## Supported Encodings
2929
//!

0 commit comments

Comments
 (0)