Skip to content

extract wchar_t definition to rustpython-common#3105

Merged
coolreader18 merged 1 commit into
RustPython:mainfrom
youknowone:wchar-t
Sep 22, 2021
Merged

extract wchar_t definition to rustpython-common#3105
coolreader18 merged 1 commit into
RustPython:mainfrom
youknowone:wchar-t

Conversation

@youknowone

Copy link
Copy Markdown
Member

split from #3104

not to struct/array modules refer each other

Comment thread common/Cargo.toml
rand = "0.8"
volatile = "0.3"
radium = "0.6"
libc = "0.2.101"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The latest version of libc is 0.2.102 as of when I'm writing this comment. (See also #3050.)

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I used current version for consistency between RustPython crates and not to make conflict

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There wouldn't be conflict anyway; they'd all be upgraded when anything begins to require a newer version. This looks fine to me.

@coolreader18 coolreader18 merged commit d5272c9 into RustPython:main Sep 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants