This is an automated email from the ASF dual-hosted git repository.

clesaec pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/main by this push:
     new c06a45571 AVRO-3779: add mention for rust (#2543)
c06a45571 is described below

commit c06a45571f724460fd14beffa4cd0a9a7e770ad5
Author: Christophe Le Saec <[email protected]>
AuthorDate: Tue Oct 10 10:04:46 2023 +0200

    AVRO-3779: add mention for rust (#2543)
    
    * AVRO-3779: add mention for rust
    Co-authored-by: Martin Grigorov <[email protected]>
---
 doc/content/en/docs/++version++/Specification/_index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/content/en/docs/++version++/Specification/_index.md 
b/doc/content/en/docs/++version++/Specification/_index.md
index 63ac2c9cc..10784a65c 100755
--- a/doc/content/en/docs/++version++/Specification/_index.md
+++ b/doc/content/en/docs/++version++/Specification/_index.md
@@ -814,7 +814,7 @@ For the purposes of schema resolution, two schemas that are 
`decimal` logical ty
 
 As it's not always possible to fix scale and precision in advance for a 
decimal field, `big-decimal` is another `decimal` logical type restrict to Avro 
_bytes_.
 
-_only available in Java_
+_Currently only available in Java and Rust_.
 
 ```json
 {

Reply via email to