You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "martin-g (via GitHub)" <gi...@apache.org> on 2023/08/21 12:06:06 UTC

[GitHub] [avro] martin-g opened a new pull request, #2461: AVRO-3839: [Rust] Replace lazy_static crate with std::sync::OnceLock

martin-g opened a new pull request, #2461:
URL: https://github.com/apache/avro/pull/2461

   AVRO-3839
   ## What is the purpose of the change
   
   * Replaces a dependency with functionality that is part of the Rust standard APIs since 1.70.0
   
   ## Verifying this change
   
   * Build and tests still pass
   
   ## Documentation
   
   - Does this pull request introduce a new feature? no


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] AVRO-3839: [Rust] Replace lazy_static crate with std::sync::OnceLock [avro]

Posted by "martin-g (via GitHub)" <gi...@apache.org>.
martin-g merged PR #2461:
URL: https://github.com/apache/avro/pull/2461


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [avro] martin-g commented on pull request #2461: AVRO-3839: [Rust] Replace lazy_static crate with std::sync::OnceLock

Posted by "martin-g (via GitHub)" <gi...@apache.org>.
martin-g commented on PR #2461:
URL: https://github.com/apache/avro/pull/2461#issuecomment-1686205797

   The PR will be Draft until MSRV is bumped to 1.70.0+


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] AVRO-3839: [Rust] Replace lazy_static crate with std::sync::OnceLock [avro]

Posted by "martin-g (via GitHub)" <gi...@apache.org>.
martin-g closed pull request #2461: AVRO-3839: [Rust] Replace lazy_static crate with std::sync::OnceLock
URL: https://github.com/apache/avro/pull/2461


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org