You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Q: How can I use this crate in a single threaded environment?
64
-
* A: Don't call `init` nor `holidays::Builder`s `init` methods. Instead, you can get the internal HashMap by calling `holidays::Builder`'s `build` method.
67
+
* A: Don't call `init` nor `holidays::Builder`s `init` methods. Instead, you can get the internal HashMap by calling `holidays::Builder`'s `build` method.
65
68
66
69
## Acknowledgement
67
70
68
-
Thank you so much [python-holidays contributors](https://github.com/dr-prodigy/python-holidays/graphs/contributors) for maintaining such a great package! 🙏
71
+
Thank you so much [python-holidays contributors](https://github.com/vacanza/python-holidays/graphs/contributors) for maintaining such a great package! 🙏
0 commit comments