Skip to content

Commit

Permalink
update readme for Dart
Browse files Browse the repository at this point in the history
  • Loading branch information
ma2bd committed Jan 5, 2025
1 parent e909b4e commit 82c50e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions serde-generate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ The following programming languages are fully supported as target languages:
* C# (NetCoreApp >= 2.1)
* Swift 5.3
* OCaml
* Dart >= 3

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

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

### Supported Encodings

Expand Down
4 changes: 2 additions & 2 deletions serde-generate/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
//! * C# (NetCoreApp >= 2.1)
//! * Swift 5.3
//! * OCaml
//! * Dart >= 3
//!
//! The following languages are partially supported and still considered under development:
//!
//! * TypeScript 4 (packaged and tested with Deno) [(follow-up issue)](https://github.com/novifinancial/serde-reflection/issues/119)
//! * Dart >= 2 [(follow-up issue)](https://github.com/novifinancial/serde-reflection/issues/120)
//! * TypeScript 4 (packaged and tested with Deno) [(follow-up issue)](https://github.com/zefchain/serde-reflection/issues/58)
//!
//! ## Supported Encodings
//!
Expand Down

0 comments on commit 82c50e1

Please sign in to comment.