Skip to content

Commit

Permalink
updated vendored libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
kpagacz committed Nov 11, 2024
1 parent 1aadbf8 commit cf88020
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion antidotum/tergo/R/extendr-wrappers.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ get_config <- function(path) .Call(wrap__get_config, path)
#'
#' @return `list` with the default configuration
#' @export
#' @examples
#' get_default_config()
get_default_config <- function() .Call(wrap__get_default_config)

# nolint end

# nolint end
4 changes: 2 additions & 2 deletions antidotum/tergo/inst/AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@ serde (version 1.0.214):
syn (version 2.0.86):
David Tolnay

tergo-formatter (version 0.2.3):
tergo-formatter (version 0.2.4):


tergo-lib (version 0.2.4):
tergo-lib (version 0.2.5):


tergo-parser (version 0.2.1):
Expand Down
3 changes: 3 additions & 0 deletions antidotum/tergo/man/get_default_config.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified antidotum/tergo/src/rust/vendor.tar.xz
Binary file not shown.

0 comments on commit cf88020

Please sign in to comment.